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
This commit is contained in:
Aaron Gershman 2019-04-24 23:12:41 -05:00 committed by KUOKA Yusuke
parent f74963f4b6
commit 32588ae319
1 changed files with 1 additions and 0 deletions

View File

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