diff --git a/docs/paths.md b/docs/paths.md index e0e4b62a..6197080e 100644 --- a/docs/paths.md +++ b/docs/paths.md @@ -20,7 +20,7 @@ This is an example of a Helmfile manifest referencing a local value directly. Indirect: ``` -helmfile -f examples/deployments/local/charts.yaml sync +helmfile -f examples/deployments/local/helmfile.yaml sync ``` Direct: @@ -35,7 +35,7 @@ This is an example of a Helmfile manifest using relative paths for values. Indirect: ``` -helmfile -f examples/deployments/dev/charts.yaml sync +helmfile -f examples/deployments/dev/helmfile.yaml sync ``` Direct: @@ -52,7 +52,7 @@ NOTE: The `--values` is resolved relative to the CWD of the terminal *not* the H Indirect: ``` -helmfile -f examples/deployments/dev/charts.yaml sync --values values/replica-values.yaml +helmfile -f examples/deployments/dev/helmfile.yaml sync --values values/replica-values.yaml ``` Direct: diff --git a/examples/deployments/dev/charts.yaml b/examples/deployments/dev/helmfile.yaml similarity index 81% rename from examples/deployments/dev/charts.yaml rename to examples/deployments/dev/helmfile.yaml index 74380fa4..2effb749 100644 --- a/examples/deployments/dev/charts.yaml +++ b/examples/deployments/dev/helmfile.yaml @@ -1,4 +1,4 @@ -charts: +releases: - name: dev-paths-example namespace: dev chart: ../../charts/paths-example/ diff --git a/examples/deployments/local/charts.yaml b/examples/deployments/local/helmfile.yaml similarity index 94% rename from examples/deployments/local/charts.yaml rename to examples/deployments/local/helmfile.yaml index 1860204c..9c885383 100644 --- a/examples/deployments/local/charts.yaml +++ b/examples/deployments/local/helmfile.yaml @@ -1,4 +1,4 @@ -charts: +releases: - name: local-paths-example namespace: local chart: ../../charts/paths-example/ diff --git a/examples/deployments/prod/charts.yaml b/examples/deployments/prod/helmfile.yaml similarity index 81% rename from examples/deployments/prod/charts.yaml rename to examples/deployments/prod/helmfile.yaml index adde1c65..1a366db3 100644 --- a/examples/deployments/prod/charts.yaml +++ b/examples/deployments/prod/helmfile.yaml @@ -1,4 +1,4 @@ -charts: +releases: - name: prod-paths-example namespace: prod chart: ../../charts/paths-example/ diff --git a/examples/deployments/published/charts.yaml b/examples/deployments/published/helmfile.yaml similarity index 95% rename from examples/deployments/published/charts.yaml rename to examples/deployments/published/helmfile.yaml index 28335516..68793d8e 100644 --- a/examples/deployments/published/charts.yaml +++ b/examples/deployments/published/helmfile.yaml @@ -1,4 +1,4 @@ -charts: +releases: # Published chart example - name: grafana # helm release name namespace: grafana # target namespace