diff --git a/docs/writing-helmfile.md b/docs/writing-helmfile.md index eccc6f63..b6bead20 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -289,17 +289,17 @@ bases: --- # Part 2: Reused Defaults bases: - - mydefaults.yaml + - mydefaults.yaml.gotmpl --- # Part 3: Dynamic Releases releases: - name: test1 chart: mychart-{{ .Values.myname }} values: - replicaCount: 1 - image: - repository: "nginx" - tag: "latest" + - replicaCount: 1 + image: + repository: "nginx" + tag: "latest" ``` Suppose the `myenv.yaml` and `test.env.yaml` loaded in the first part looks like: @@ -366,7 +366,7 @@ releases: image: repository: "nginx" tag: "latest" -```` +``` hence rendered to: