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:
parent
f74963f4b6
commit
32588ae319
|
|
@ -71,6 +71,7 @@ releases:
|
||||||
foo: bar
|
foo: bar
|
||||||
chart: roboll/vault-secret-manager # the chart being installed to create this release, referenced by `repository/chart` syntax
|
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
|
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:
|
values:
|
||||||
# value files passed via --values
|
# value files passed via --values
|
||||||
- vault.yaml
|
- vault.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue