Skip to content
New issue

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

[incubator/monochart] Dockercfg name mismatch #266

Open
RothAndrew opened this issue Feb 16, 2021 · 1 comment
Open

[incubator/monochart] Dockercfg name mismatch #266

RothAndrew opened this issue Feb 16, 2021 · 1 comment

Comments

@RothAndrew
Copy link

Environment

Chart: incubator/monochart v0.25.0

What I expect

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

What I experienced

If, for example, my release name is foo, the secret is named foo-dockercfg but the imagePullSecrets section in the deployment says

imagePullSecrets:
  - name: foo-monochart

Since they don't match, the image pull fails.

Visual Aids

image

image

image

image

@RothAndrew
Copy link
Author

I got it to work with this, but it obviously isn't ideal

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant