values.yaml
in the imageCredentials.password
value. If you wish to manage this secret externally from the Helm chart, you can follow these instructions.imageCredentials.password
valuecobrowse-docker-cfg
. At this time, new pods will no longer be able to pull the cobrowse enterprise docker images from Github.cobrowse-docker-cfg
Secret resource yourself with the command:ConfigMap
and Secret
resources, and these configurations can be overridden outside of the Helm chart by resources that you manage.ConfigMap
resources managed by the Helm chart, you can run:ConfigMap
s can be overridden by creating ConfigMap
resources named (respectively):Secret
resources managed by the Helm chart, you can run:Secret
s can be overridden by creating Secret
resources named (respectively):redis_url
in the cobrowse-api-custom-envvars
ConfigMap, then the value will be overridden by the Helm-managed cobrowse-api-envvars
Secret. Thus, make sure before overriding an environment variable in the ConfigMap that it isn't set in one of the Secret resources first.