Fix incorrect env vars example (#7755)
This commit is contained in:
parent
d9205cd3c0
commit
f1595835c9
|
@ -96,9 +96,9 @@ and consider if they're appropriate for your deployment.
|
|||
```yaml
|
||||
# Extra Environment Variables are defined as key/value strings.
|
||||
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` (`string: null`) - The extra environment variables populated from a secret to be applied to the Vault server. This should be a multi-line key/value string.
|
||||
|
|
Loading…
Reference in a new issue