update examples info (#658)

Signed-off-by: yxxhero <aiopsclub@163.com>

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2023-01-26 06:34:43 +08:00 committed by GitHub
parent 518ab98c1c
commit d164a4f0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
charts:
releases:
- name: dev-paths-example
namespace: dev
chart: ../../charts/paths-example/

View File

@ -1,4 +1,4 @@
charts:
releases:
- name: local-paths-example
namespace: local
chart: ../../charts/paths-example/

View File

@ -1,4 +1,4 @@
charts:
releases:
- name: prod-paths-example
namespace: prod
chart: ../../charts/paths-example/

View File

@ -1,4 +1,4 @@
charts:
releases:
# Published chart example
- name: grafana # helm release name
namespace: grafana # target namespace