update examples info (#658)
Signed-off-by: yxxhero <aiopsclub@163.com> Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
518ab98c1c
commit
d164a4f0bb
|
|
@ -20,7 +20,7 @@ This is an example of a Helmfile manifest referencing a local value directly.
|
||||||
|
|
||||||
Indirect:
|
Indirect:
|
||||||
```
|
```
|
||||||
helmfile -f examples/deployments/local/charts.yaml sync
|
helmfile -f examples/deployments/local/helmfile.yaml sync
|
||||||
```
|
```
|
||||||
|
|
||||||
Direct:
|
Direct:
|
||||||
|
|
@ -35,7 +35,7 @@ This is an example of a Helmfile manifest using relative paths for values.
|
||||||
|
|
||||||
Indirect:
|
Indirect:
|
||||||
```
|
```
|
||||||
helmfile -f examples/deployments/dev/charts.yaml sync
|
helmfile -f examples/deployments/dev/helmfile.yaml sync
|
||||||
```
|
```
|
||||||
|
|
||||||
Direct:
|
Direct:
|
||||||
|
|
@ -52,7 +52,7 @@ NOTE: The `--values` is resolved relative to the CWD of the terminal *not* the H
|
||||||
|
|
||||||
Indirect:
|
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:
|
Direct:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
charts:
|
releases:
|
||||||
- name: dev-paths-example
|
- name: dev-paths-example
|
||||||
namespace: dev
|
namespace: dev
|
||||||
chart: ../../charts/paths-example/
|
chart: ../../charts/paths-example/
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
charts:
|
releases:
|
||||||
- name: local-paths-example
|
- name: local-paths-example
|
||||||
namespace: local
|
namespace: local
|
||||||
chart: ../../charts/paths-example/
|
chart: ../../charts/paths-example/
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
charts:
|
releases:
|
||||||
- name: prod-paths-example
|
- name: prod-paths-example
|
||||||
namespace: prod
|
namespace: prod
|
||||||
chart: ../../charts/paths-example/
|
chart: ../../charts/paths-example/
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
charts:
|
releases:
|
||||||
# Published chart example
|
# Published chart example
|
||||||
- name: grafana # helm release name
|
- name: grafana # helm release name
|
||||||
namespace: grafana # target namespace
|
namespace: grafana # target namespace
|
||||||
Loading…
Reference in New Issue