fix explanation about secrets in .Environment.Values (#1116)
This commit is contained in:
parent
c4e6160220
commit
322ed4d1d8
|
|
@ -244,7 +244,7 @@ environments:
|
||||||
values:
|
values:
|
||||||
- environment/production/values.yaml
|
- environment/production/values.yaml
|
||||||
- myChartVer: 1.0.0
|
- myChartVer: 1.0.0
|
||||||
## `secrets.yaml` is decrypted by `helm-secrets` and available via `{{ .Environment.Secrets.KEY }}`
|
## `secrets.yaml` is decrypted by `helm-secrets` and available via `{{ .Environment.Values.KEY }}`
|
||||||
secrets:
|
secrets:
|
||||||
- environment/production/secrets.yaml
|
- environment/production/secrets.yaml
|
||||||
# Instructs helmfile to fail when unable to find a environment values file listed under `environments.NAME.values`.
|
# Instructs helmfile to fail when unable to find a environment values file listed under `environments.NAME.values`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue