kestra-io / helm-charts

Apache License 2.0
37 stars 26 forks source link

Allow passing extra resources in the chart #46

Closed aqeelat closed 3 months ago

aqeelat commented 4 months ago

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:

  1. a SealedSecret object that contains our kestra config
  2. the kestra release However, the sealed secret is not associated with the release and therefore argocd cannot manage them as one unit.
aqeelat commented 4 months ago

This can be done by

hegerdes commented 3 months ago

I created a PR for this in #49