Replies: 1 comment 2 replies
-
Please see #1915 to understand why a helm chart will not be accepted as a contribution. The kustomize tooling is actively used internally in our build process and is a mandatory part of most operator builds. It is not intended for external usage. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
related: #1915
A templating (well, overlay) tool is already used in rabbitmq/cluster-operator and rabbitmq/messaging-topology-operator: kustomize.
When I look at it I see many overlays and personally find it hard to navigate (example kustomization file).
I also see that the official way to distribute cluster-operator (and messaging-topology-operator) is a single .yaml that doesn't support any customization of basic things like namespace name, doesn't setup a service for metrics, etc...
If I write a helm chart, is there a chance it could replace kustomize ? Or am I doomed to have to support a chart outside of mainline ?
Beta Was this translation helpful? Give feedback.
All reactions