helm-charts
helm-charts copied to clipboard
Allow passing extra resources in the chart
Feature description
It would be really helpful if we can include additional resources in the chart so that they become associated with it and managed together as one helm release.
The current situation we're facing right now is that we have:
- a SealedSecret object that contains our kestra config
- the kestra release However, the sealed secret is not associated with the release and therefore argocd cannot manage them as one unit.