Update README.md

This commit is contained in:
KUOKA Yusuke 2019-05-29 21:25:59 +09:00 committed by GitHub
parent 1226ea6d1a
commit 591086dac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -199,6 +199,18 @@ environments:
# Use "Warn", "Info", or "Debug" if you want helmfile to not fail when a values file is missing, while just leaving # 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. # a message about the missing file at the log-level.
missingFileHandler: Error missingFileHandler: Error
#
# Advanced Configuration: Layering
#
# Helmfile merges all the "base" state files and this state file before processing.
#
# Assuming this state file is named `helmfile.yaml`, all the files are merged in the order of:
# environments.yaml <- defaults.yaml <- templates.yaml <- helmfile.yaml
bases:
- environments.yaml
- defaults.yaml
- templates.yaml
``` ```
## Templating ## Templating