Add quay-kubernetes package / Add quay CD to k8s
This commit is contained in:
parent
2f750bfc87
commit
1d0313229e
45 changed files with 1129 additions and 10 deletions
9
deploy/quay-app/README.md
Normal file
9
deploy/quay-app/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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 variable `config`.
|
||||
Config precedence order:
|
||||
1. Default defined in the package level
|
||||
2. file content in `stack/*`
|
||||
3. value variables.stack_files
|
||||
Except for `config.yaml`, precedence is a strict replacement, for config.yaml is a mergePatch.
|
Reference in a new issue