Templates used to personalize the automatic infrastructure definition.
Those files are used by the script harness-deployment
script.
values-template.yaml
: base forhelm/values.yaml
. Modify this file to add values related to new infrastructure elements not defined as a CloudHarness application (e.g. a new database)value-template.yaml
: base for cloudharness application configuration insidevalues.yaml
. Prefer adding a customvalues.yaml
to your application over changing this file.codefresh-template-[dev|prod].yaml
: base forcodefresh/codefresh-[dev|prod].yaml
. Modify this file if you want to change the build steps inside codefreshcodefresh-build-template.yaml
: base for a single build entry incodefresh.yaml
codefresh-publish-template.yaml
: base for a single publish (image tagging) entry incodefresh.yaml