Environment Variables
How your Cobrowse deployment can be configured.
Many of the Cobrowse service component configurations are managed using environment variables specified in ConfigMap
and Secret
resources, and these configurations can be overridden outside of the Helm chart by resources that you manage.
ConfigMap Resources
To see a list of all ConfigMap
resources managed by the Helm chart, you can run:
Each of these envvars ConfigMap
s can be overridden by creating ConfigMap
resources named (respectively):
Secret Resources
To see a list of all Secret
resources managed by the Helm chart, you can run:
Each of these envvars Secret
s can be overridden by creating Secret
resources named (respectively):
Last updated
Was this helpful?