From dd70c857a5d2782317883eb644d006fd8bbdb6ed Mon Sep 17 00:00:00 2001 From: KUOKA Yusuke Date: Tue, 28 May 2019 15:38:17 +0900 Subject: [PATCH] Update README.md --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2d3946c4..22751718 100644 --- a/README.md +++ b/README.md @@ -167,17 +167,13 @@ 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 + # 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". + # + # Use "Warn", "Info", or "Debug" if you want helmfile to not fail when a values file is missing, while just leaving + # a message about the missing file at the log-level. 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". - # - # Use "Warn", "Info", or "Debug" if you want helmfile to not fail when a values file is missing, while just leaving - # a message about the missing file at the log-level. - missingFileHandler: Error ``` ## Templating