-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Related problem
There are no stack charts.
Offering a helm chart for the operator and no stack chart makes no sense. This requires users to make their own stack chart which would be non-standard and hard to keep up to date with any CRD changes.
Suggested solution
Create a stack chart to deploy the resources as templates for the operator to use. There are examples in the repo already... convert them to a stack chart and template them.
Many other operators like CNPG, ECK, ARKMQ, and Kube-prometheus-stack offer stack charts for the user to deploy after deploying the operator.
Alternatives
No response
Additional context
No response