From f6123b8ed204face0f33031a0a8d0ee13c30c378 Mon Sep 17 00:00:00 2001 From: Anton Kaymakchi Date: Tue, 20 Oct 2020 16:05:29 +0300 Subject: [PATCH] Fix misspelings in values.yaml file (#402) --- values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index 11a7315..bdab6b8 100644 --- a/values.yaml +++ b/values.yaml @@ -103,7 +103,7 @@ injector: # memory: 256Mi # cpu: 250m - # extraEnvironmentVars is a list of extra enviroment variables to set in the + # extraEnvironmentVars is a list of extra environment variables to set in the # injector deployment. extraEnvironmentVars: {} # KUBERNETES_SERVICE_HOST: kubernetes.default.svc @@ -266,14 +266,14 @@ server: # - -c # - /vault/userconfig/myscript/run.sh - # extraEnvironmentVars is a list of extra enviroment variables to set with the stateful set. These could be + # extraEnvironmentVars is a list of extra environment variables to set with the stateful set. These could be # used to include variables required for auto-unseal. extraEnvironmentVars: {} # GOOGLE_REGION: global # GOOGLE_PROJECT: myproject # GOOGLE_APPLICATION_CREDENTIALS: /vault/userconfig/myproject/myproject-creds.json - # extraSecretEnvironmentVars is a list of extra enviroment variables to set with the stateful set. + # extraSecretEnvironmentVars is a list of extra environment variables to set with the stateful set. # These variables take value from existing Secret objects. extraSecretEnvironmentVars: [] # - envName: AWS_SECRET_ACCESS_KEY