diff --git a/README.md b/README.md index 5a166734..fd01beff 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ environments: values: - environment/production/values.yaml - 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: - environment/production/secrets.yaml # Instructs helmfile to fail when unable to find a environment values file listed under `environments.NAME.values`.