Skip to content

How to add a custom Application

Lucas Rebscher edited this page Feb 2, 2021 · 1 revision
  1. Add the application inside applications/[APPLICATION_NAME] with a Dockerfile in it
  2. Define deploy/values.yaml inside the file in order to specify custom values for the application
  3. (optional) define specific helm templates on deploy/values.yaml
  4. Run harness-deployment
  5. Define the helm templates for the application inside deploy/templates. In the helm template, it is recommended to use the automatically generated values helm/ch/values.yaml

See more about the Helm chart installation in the specific README.