Production Set Up - ocd-scm/ocd-meta GitHub Wiki
Logging
Helmfile is running with the default log level of info
. This will cause helmfile apply
to output the diff of any new releases and that might log secrets and passwords. Openshift Online Pro ships your logs to a shared ELK cluster and retains several days of logs. You probably don't want your secrets travelling that far as it presents a low-security risk. It is therefore recommended that you set an environment variable OCD_LOG_LEVEL
to be error
on all of your ocd-environment-webhook
deployments.