Fix bad GCP environment variable example (#101)
This commit is contained in:
parent
a2b2d32e92
commit
04303baa5f
1 changed files with 3 additions and 3 deletions
|
@ -60,9 +60,9 @@ server:
|
||||||
# extraEnvironmentVars is a list of extra enviroment variables to set with the stateful set. These could be
|
# extraEnvironmentVars is a list of extra enviroment 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_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 enviroment variables to set with the stateful set.
|
||||||
# These variables take value from existing Secret objects.
|
# These variables take value from existing Secret objects.
|
||||||
|
|
Loading…
Reference in a new issue