-
Hiya, Any examples would help me a lot, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This comment by @ChunyiLyu may be of help: |
Beta Was this translation helpful? Give feedback.
-
There is a side car example in our repo: https://github.com/rabbitmq/cluster-operator/tree/main/docs/examples/sidecar Once you have the side car override, it's just a matter of adding the You can also use
|
Beta Was this translation helpful? Give feedback.
There is a side car example in our repo: https://github.com/rabbitmq/cluster-operator/tree/main/docs/examples/sidecar
Once you have the side car override, it's just a matter of adding the
env
section, as you would do for any StatefulSet.You can also use
kubectl explain
to explore what does an object accept. Specifically to your case: