From 10a9a16f3d81ce2359a8fb3866d2797d68dff1a6 Mon Sep 17 00:00:00 2001 From: Rajat Goyal Date: Thu, 26 Sep 2019 05:32:21 +0530 Subject: [PATCH] Fix: Change use of `tmpl` to `gotmpl` in README (#870) This adds clarity in docs by: - Changing references to the supported file extension - Previously, using `values.tmpl` in helmfile.yaml would throw errors. `values.gotmpl` gives expected output --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9485504d..51d2fe07 100644 --- a/README.md +++ b/README.md @@ -559,10 +559,10 @@ releases: namespace: {{ requiredEnv "NAME" }} chart: roboll/vault-secret-manager values: - - values.yaml.tmpl + - values.yaml.gotmpl ``` -`values.yaml.tmpl`: +`values.yaml.gotmpl`: ```yaml db: