ethyca / fides-helm

Helm charts to deploy Fides tools
https://helm.ethyca.com
Apache License 2.0
2 stars 3 forks source link

Create a New Helm Chart without Advanced Features such as `lookup` #54

Closed RobertKeyser closed 1 year ago

RobertKeyser commented 1 year ago

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/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.

Pre-merge Checklist