From 32588ae3191e5fd046ed19253c792494b8aa2f5c Mon Sep 17 00:00:00 2001 From: Aaron Gershman Date: Wed, 24 Apr 2019 23:12:41 -0500 Subject: [PATCH] readme example for failing when values file is missing (#561) * readme example for failing when values file is missing Believe this would assist with #548 * Update README.md Using documentation yanked from searching for the key missingFileHandler https://github.com/roboll/helmfile/search?q=missingFileHandler&unscoped_q=missingFileHandler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ddb603e..928c5076 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ releases: foo: bar chart: roboll/vault-secret-manager # the chart being installed to create this release, referenced by `repository/chart` syntax version: ~1.24.1 # the semver of the chart. range constraint is supported + missingFileHandler: warn # set to either "Error" or "Warn". "Error" instructs helmfile to fail when unable to find a values or secrets file. When "Warn", it prints the file and continues. values: # value files passed via --values - vault.yaml