Fix bad GCP environment variable example (#101)

This commit is contained in:
Luke Barton 2019-10-28 15:56:29 +00:00 committed by Jason O'Donnell
parent a2b2d32e92
commit 04303baa5f

View file

@ -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.