Fix misspelings in values.yaml file (#402)

This commit is contained in:
Anton Kaymakchi 2020-10-20 16:05:29 +03:00 committed by GitHub
parent 994797cff4
commit f6123b8ed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ injector:
# memory: 256Mi # memory: 256Mi
# cpu: 250m # 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. # injector deployment.
extraEnvironmentVars: {} extraEnvironmentVars: {}
# KUBERNETES_SERVICE_HOST: kubernetes.default.svc # KUBERNETES_SERVICE_HOST: kubernetes.default.svc
@ -266,14 +266,14 @@ server:
# - -c # - -c
# - /vault/userconfig/myscript/run.sh # - /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. # used to include variables required for auto-unseal.
extraEnvironmentVars: {} extraEnvironmentVars: {}
# GOOGLE_REGION: global # GOOGLE_REGION: global
# GOOGLE_PROJECT: myproject # GOOGLE_PROJECT: myproject
# GOOGLE_APPLICATION_CREDENTIALS: /vault/userconfig/myproject/myproject-creds.json # 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. # These variables take value from existing Secret objects.
extraSecretEnvironmentVars: [] extraSecretEnvironmentVars: []
# - envName: AWS_SECRET_ACCESS_KEY # - envName: AWS_SECRET_ACCESS_KEY