argo/apps/rabbitmq-operators/base/kustomization.yaml
David Landry b96a568c4d chore(work): testing rabbitmq operator deployment
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.
2024-09-12 13:11:33 -04:00

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