datainfrahq / druid-operator

Apache Druid On Kubernetes
Other
100 stars 39 forks source link

feat(chart): option to not create clusterRoles; #172

Open mariuskimmina opened 2 months ago

mariuskimmina commented 2 months ago

Related to #170 and #162

When destroying and re-creating the operator (for example when moving to another namespace) we want to keep CRDs and ClusterRoles around. This PR adds an option createClusterRoles to the helm chart which can be used to re-create the operator without re-creating the ClusterRoles, which would currently fail. The default value is true and thus default behavior of the chart will not change.

This PR has:

mariuskimmina commented 2 months ago

Any thoughts @AdheipSingh ?

mariuskimmina commented 2 months ago

Hey @AdheipSingh we'd really love to see a new release with this and #162 (already merged) included. Let me know if you have any concerns.