zitadel / zitadel-charts

This repository contains Helm charts for running ZITADEL in Kubernetes
https://zitadel.com
Apache License 2.0
66 stars 54 forks source link

Add arbitrary manifests to the helm chart to cover additional use cases #207

Open danielloader opened 3 months ago

danielloader commented 3 months ago

Preflight Checklist

Describe your problem

I have the same problem as https://github.com/zitadel/zitadel-charts/issues/203 but approaching it differently. I'd like to be able to add any resource rather than just a gateway HTTP route object.

Though I'll take either solution at this point!

Describe your ideal solution

Based on the prior art found in a couple of charts I've seen, having the capacity to add objects out of the scope of the chart can be hugely beneficial.

Example of how this is used in the values of the grafana alloy helm chart here.

Version

7.14.0

App version

v2.51.3

Additional Context

No response

eliobischof commented 3 months ago

This is a great proposal