Open
Description
Describe the user need
In order to avoid having to manually create a snyk-monitor
secret with dockercfg.json
and integrationId
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:
secret:
enable: false
dockercfg: {}
integrationID: ""
It would be nice if the values for dockercfg
and dockercfg
are readable and get base64 encoded by the secret template.