Skip to content

Conversation

SamuAlfageme
Copy link

  • This can be useful when passing secrets/configuration living on an existing Secret/ConfigMap
codimd:
  extraEnvironmentVariablesFrom:
    - name: ENV_FROM
      valueFrom:
        configMapKeyRef:
          name: configmap
          key: configmap_key
    - name: SECRET_ENV
      valueFrom:
        secretKeyRef:
          name: secret
          key: secret_key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant