From 1ddba549d37ad46221d1b3d95b4828a4339be311 Mon Sep 17 00:00:00 2001 From: stoned Date: Tue, 18 Apr 2023 15:10:22 +0200 Subject: [PATCH] Doc fixes (#812) --- docs/writing-helmfile.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: