This PR includes the steps to simplify helm build automation by enabling to manage helm chart with no dependency on generation script and have the helm chart templates checked into the repo.
This introduces a need for validation script which runs against the Kustomize generated YAML to make sure that helm chart is in sync with the same.
Closes #2778
What this PR does / why we need it:
This PR includes the steps to simplify helm build automation by enabling to manage helm chart with no dependency on generation script and have the helm chart templates checked into the repo. This introduces a need for validation script which runs against the Kustomize generated YAML to make sure that helm chart is in sync with the same.