doc(readme): changed from chart to helmfile (#501)

This commit is contained in:
sgandon 2019-03-22 13:35:42 +01:00 committed by KUOKA Yusuke
parent 9bcec38b3b
commit 056d150856
1 changed files with 1 additions and 1 deletions

View File

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