Configuring Cortex with configmap

Table of contents

  1. Configuring Cortex with configmap

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.