Draft: Refactor the all parts of the harness chart to be inline with helm best-practices
- Use the
helm create
chart as a base - All secrets and configmaps should be able to be configured through values
- All globally applicable manifests are moved to the parent (e.g. serviceAccount)
Edited by Jordan McClintock