-
Notifications
You must be signed in to change notification settings - Fork 5
How to add a custom Application
Lucas Rebscher edited this page Feb 2, 2021
·
1 revision
- Add the application inside
applications/[APPLICATION_NAME]
with a Dockerfile in it - Define deploy/values.yaml inside the file in order to specify custom values for the application
- (optional) define specific helm templates on deploy/values.yaml
- Run
harness-deployment
- Define the helm templates for the application inside
deploy/templates
. In the helm template, it is recommended to use the automatically generated valueshelm/ch/values.yaml
See more about the Helm chart installation in the specific README.