-
Hi I'm trying to install traefik through a nexus repository, as i'm in an air-gapped environment. I already updated the CA inside the OS, in-order for containerd to pull images through the nexus repository and pointing towards it in registries.yaml. This is succesful, and i can pull images through it. But not when utilizing helm charts. Is there anyway i can disable this, when its in a manifest? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No. You should pass the chart repo's CA certificate in the HelmChart manifests's |
Beta Was this translation helpful? Give feedback.
No. You should pass the chart repo's CA certificate in the HelmChart manifests's
spec.repoCA
field. If you already have the private CA in a configmap somewhere, you can point at it with thespec.repoCAConfigMap
field.