From 056d1508564a79e6fe3203b274023dcc286659b7 Mon Sep 17 00:00:00 2001 From: sgandon Date: Fri, 22 Mar 2019 13:35:42 +0100 Subject: [PATCH] doc(readme): changed from chart to helmfile (#501) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf978d5..6f9fd6c0 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ releases: # Local chart example - name: grafana # name of this release 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: - "../../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.