From 687a5e0d42fd6f4a883959f4e2d1fc12b706d370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A1ndor=20Istv=C3=A1n=20Kr=C3=A1cser?= Date: Mon, 7 Dec 2020 15:45:34 +0100 Subject: [PATCH] webhook: comment on webhook role env variable (#1206) * webhook: comment on webhook role env variable Co-authored-by: Peter Balogh --- charts/vault-secrets-webhook/values.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/vault-secrets-webhook/values.yaml b/charts/vault-secrets-webhook/values.yaml index 422013175c..3464c3ded6 100644 --- a/charts/vault-secrets-webhook/values.yaml +++ b/charts/vault-secrets-webhook/values.yaml @@ -60,11 +60,14 @@ vaultEnv: env: VAULT_IMAGE: vault:1.6.0 # VAULT_CAPATH: /vault/tls - # used when the pod that should get secret injected does not specify - # an imagePullSecret + # # Used when the pod that should get secret injected does not + # # specify an imagePullSecret # DEFAULT_IMAGE_PULL_SECRET: # DEFAULT_IMAGE_PULL_SECRET_NAMESPACE: # VAULT_CLIENT_TIMEOUT: 10s + # # define the webhook's role in Vault used for authentication, + # # if not defined individually in resources by annotations. + # VAULT_ROLE: vault-secrets-webhook metrics: enabled: false