.. | ||
lib | ||
templates | ||
.apprignore | ||
Chart.jsonnet | ||
manifest.jsonnet | ||
README.md |
Configure
- The package reads automatically ./stack/* and use every files there in configuration.
- if a
./stack/config.yaml
exists, the file is merged with the variableconfig
. Config precedence order:- Default defined in the package level
- file content in
stack/*
- value variables.stack_files
Except for
config.yaml
, precedence is a strict replacement, for config.yaml is a mergePatch.