Configuring Cortex with configmap
Table of contents
Configuring Cortex with configmap
By default, cortex configuration is managed using a Secret. To use a ConfigMap instead, set useConfigMap:
useConfigMap: true
Note: if useConfigMap is enabled, sensitive values should be stored in separate secrets, then referenced in the config using environment variables. Use extraVolumes, extraVolumeMounts, extraEnvs, and extraArgs to add environment variables from secrets.