We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chart: incubator/monochart v0.25.0
If I use the following in values.yaml
dockercfg: enabled: true image: pullSecret: registry: foo username: bar password: baz ...
A secret is created and referenced correctly in a Deployment's pullSecrets
If, for example, my release name is foo, the secret is named foo-dockercfg but the imagePullSecrets section in the deployment says
foo
foo-dockercfg
imagePullSecrets: - name: foo-monochart
Since they don't match, the image pull fails.
The text was updated successfully, but these errors were encountered:
I got it to work with this, but it obviously isn't ideal
Sorry, something went wrong.
No branches or pull requests
Environment
Chart: incubator/monochart v0.25.0
What I expect
If I use the following in values.yaml
A secret is created and referenced correctly in a Deployment's pullSecrets
What I experienced
If, for example, my release name is
foo
, the secret is namedfoo-dockercfg
but the imagePullSecrets section in the deployment saysSince they don't match, the image pull fails.
Visual Aids
The text was updated successfully, but these errors were encountered: