From 04303baa5fdf31ea72e13045702f892df498c76c Mon Sep 17 00:00:00 2001 From: Luke Barton Date: Mon, 28 Oct 2019 15:56:29 +0000 Subject: [PATCH] Fix bad GCP environment variable example (#101) --- values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index 008f75f..ebd41f3 100644 --- a/values.yaml +++ b/values.yaml @@ -60,9 +60,9 @@ server: # 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. extraEnvironmentVars: {} - # GOOGLE_REGION: global, - # GOOGLE_PROJECT: myproject, - # GOOGLE_CREDENTIALS: /vault/userconfig/myproject/myproject-creds.json + # 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. # These variables take value from existing Secret objects.