Skip to content

Commit cc4ae66

Browse files
committed
values: keyRefs: document purpose
1 parent ec23e20 commit cc4ae66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,13 @@ env:
283283
# TFE_VAULT_ROLE_ID: ""
284284
# TFE_IACT_SUBNETS: ""
285285
# TFE_IACT_TIME_LIMIT: ""
286+
# secretKeyRefs can be used to inject external Kubernetes secrets into the environment.
286287
secretKeyRefs: {}
287288
# Name is the name of the environment variable.
288289
# - name: SECRET_ENV_VAR
289290
# secretName: my-secret
290291
# key: secret-key
292+
# configMapKeyRefs can be used to inject external Kubernetes configmap entries into the environment.
291293
configMapKeyRefs: {}
292294
# Name is the name of the environment variable.
293295
# - name: CONFIG_ENV_VAR

0 commit comments

Comments
 (0)