From 322ed4d1d8928c73bd3a650f5ce113812c981c34 Mon Sep 17 00:00:00 2001 From: Mark Henneman <34770306+tstmrk@users.noreply.github.com> Date: Mon, 24 Feb 2020 09:00:11 +0100 Subject: [PATCH] fix explanation about secrets in .Environment.Values (#1116) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.