RabbitMQ has two operators. Their docs claim you have to install the first, spin up a cluster, _then_ add the other operator. I'm testing installing both operators at once.
7 lines
196 B
YAML
7 lines
196 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: rabbitmq-system
|
|
resources:
|
|
- ../upstream/cluster-operator
|
|
- ../upstream/message-topology-operator
|
|
- namespace.yaml
|