Update README.md

This commit is contained in:
KUOKA Yusuke 2019-05-28 15:38:17 +09:00 committed by GitHub
parent a896f801ab
commit dd70c857a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 10 deletions

View File

@ -167,10 +167,6 @@ environments:
## `secrets.yaml` is decrypted by `helm-secrets` and available via `{{ .Environment.Secrets.KEY }}`
secrets:
- environment/production/secrets.yaml
# Overrides the `environmentDefaults.missingFileHandler` for this environment
missingFileHandler: Error
environmentDefaults:
# Instructs helmfile to fail when unable to find a environment values file listed under `environments.NAME.values`.
#
# Possible values are "Error", "Warn", "Info", "Debug". The default is "Error".