Azure / azure-service-operator

Azure Service Operator allows you to create Azure resources using kubectl
https://azure.github.io/azure-service-operator/
MIT License
738 stars 194 forks source link

Simplify helm chart build process and add validation check #4043

Closed super-harsh closed 3 months ago

super-harsh commented 4 months ago

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.