This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/deploy/quay-app
2017-07-20 14:07:06 +02:00
..
lib Add quay-kubernetes package / Add quay CD to k8s 2017-07-20 13:50:22 +02:00
templates Add delete preview-env / auto-deploy a staging 2017-07-20 14:07:06 +02:00
.apprignore Add quay-kubernetes package / Add quay CD to k8s 2017-07-20 13:50:22 +02:00
Chart.jsonnet Add quay-kubernetes package / Add quay CD to k8s 2017-07-20 13:50:22 +02:00
manifest.jsonnet Add quay-kubernetes package / Add quay CD to k8s 2017-07-20 13:50:22 +02:00
README.md Add quay-kubernetes package / Add quay CD to k8s 2017-07-20 13:50:22 +02:00

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.