We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec23e20 commit cc4ae66Copy full SHA for cc4ae66
values.yaml
@@ -283,11 +283,13 @@ env:
283
# TFE_VAULT_ROLE_ID: ""
284
# TFE_IACT_SUBNETS: ""
285
# TFE_IACT_TIME_LIMIT: ""
286
+ # secretKeyRefs can be used to inject external Kubernetes secrets into the environment.
287
secretKeyRefs: {}
288
# Name is the name of the environment variable.
289
# - name: SECRET_ENV_VAR
290
# secretName: my-secret
291
# key: secret-key
292
+ # configMapKeyRefs can be used to inject external Kubernetes configmap entries into the environment.
293
configMapKeyRefs: {}
294
295
# - name: CONFIG_ENV_VAR
0 commit comments