doc(readme): changed from chart to helmfile (#501)
This commit is contained in:
parent
9bcec38b3b
commit
056d150856
|
|
@ -105,7 +105,7 @@ releases:
|
||||||
# Local chart example
|
# Local chart example
|
||||||
- name: grafana # name of this release
|
- name: grafana # name of this release
|
||||||
namespace: another # target namespace
|
namespace: another # target namespace
|
||||||
chart: ../my-charts/grafana # the chart being installed to create this release, referenced by relative path to local chart
|
chart: ../my-charts/grafana # the chart being installed to create this release, referenced by relative path to local helmfile
|
||||||
values:
|
values:
|
||||||
- "../../my-values/grafana/values.yaml" # Values file (relative path to manifest)
|
- "../../my-values/grafana/values.yaml" # Values file (relative path to manifest)
|
||||||
- ./values/{{ requiredEnv "PLATFORM_ENV" }}/config.yaml # Values file taken from path with environment variable. $PLATFORM_ENV must be set in the calling environment.
|
- ./values/{{ requiredEnv "PLATFORM_ENV" }}/config.yaml # Values file taken from path with environment variable. $PLATFORM_ENV must be set in the calling environment.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue