Hey People Following the private image guide: <ht...
# ask-the-community
m
Hey People Following the private image guide: https://docs.flyte.org/projects/cookbook/en/latest/auto/core/containerization/private_images.html I am now attempting to specify the imagePullSecret in the custom pod template. However I am confused about step 1 and 2: 1. Add your
imagePullSecrets
configuration to this custom pod template. 2. Update FlytePropeller about the pod created in the previous step. Can anyone go into more details or translate what this means? - On a related note, is the expectation that one secret is to be created for each project namespace?
f
You have to tell flytepropeller the name of the default pod_template, e.g. in your custom helm values. And yes, in kubernetes the secret must be present in each namespace you want to use it.
m
Ok. Thanks 🙂 I had an idea about extending the default template using the templates: section in custom values - https://github.com/flyteorg/flyte/blob/e3e4978838f3caee0d156348ca966b7f940e3d45/charts/flyte-core/values-eks.yaml#L360 But maybe that doesn't make sense?
150 Views