-
Notifications
You must be signed in to change notification settings - Fork 74
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
[🙏] Add optional secret to set dockercfg.json and integrationId #854
Comments
Hey @JorritSalverda Are you deploying the snyk-monitor in a non-default namespace? How does your current two-chart deployment process look like? I would imagine you would need to create the namespace in the first place automatically (otherwise you cannot deploy the chart) but I'm trying to understand why the secret cannot be created in a similar way, e.g. |
Hi @ivanstanev we're deploying snyk-monitor in namespace We're using the helmfile tool to deploy multiple Helm charts into different namespaces for all of our clusters. The There's now 2 charts we deploy to the |
|
Describe the user need
In order to avoid having to manually create a
snyk-monitor
secret withdockercfg.json
andintegrationId
item it would be useful to have an optional secret for this in the Helm chart. Right now we have to create a secondary internal Helm chart to create this secret in an automated fashion.Describe expected behaviour
The values could look something like the following:
It would be nice if the values for
dockercfg
anddockercfg
are readable and get base64 encoded by the secret template.The text was updated successfully, but these errors were encountered: