hackmdio / codimd-helm

Helm charts for CodiMD
https://artifacthub.io/packages/helm/codimd/codimd
14 stars 27 forks source link

`codimd.extraEnvironmentVariablesFrom` to support passing `{configMap,secretKey}Ref` as environment variables #11

Open SamuAlfageme opened 3 years ago

SamuAlfageme commented 3 years ago
codimd:
  extraEnvironmentVariablesFrom:
    - name: ENV_FROM
      valueFrom:
        configMapKeyRef:
          name: configmap
          key: configmap_key
    - name: SECRET_ENV
      valueFrom:
        secretKeyRef:
          name: secret
          key: secret_key