This PR creates a new Helm chart (derived from the original Helm chart) without some advanced features such as the lookup function. This is mainly to address the issues discovered while deploying Fides with ArgoCD here: https://github.com/argoproj/argo-cd/issues/5202
Note: This probably could have been done in a much more DRY manner by using a library chart to deduplicate the shared portions between the fides and fides-minimal charts; however this is the fastest and least disruptive to the working fides chart.
Description of Changes
This PR creates a new Helm chart (derived from the original Helm chart) without some advanced features such as the
lookup
function. This is mainly to address the issues discovered while deploying Fides with ArgoCD here: https://github.com/argoproj/argo-cd/issues/5202Note: This probably could have been done in a much more DRY manner by using a library chart to deduplicate the shared portions between the
fides
andfides-minimal
charts; however this is the fastest and least disruptive to the workingfides
chart.Pre-merge Checklist