kestra-io / helm-charts

Apache License 2.0
26 stars 25 forks source link

Allow passing extra resources in the chart #46

Closed aqeelat closed 3 weeks ago

aqeelat commented 1 month 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 1 month ago

This can be done by

hegerdes commented 3 weeks ago

I created a PR for this in #49