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.
This commit is contained in:
David Landry 2024-09-12 13:11:33 -04:00
parent ef7e4fb7d1
commit b96a568c4d
8 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rabbitmq-system
resources:
- ../upstream/cluster-operator
- ../upstream/message-topology-operator
- namespace.yaml

View file

@ -0,0 +1,8 @@
apiVersion: v1
kind: Namespace
metadata:
labels:
app.kubernetes.io/component: rabbitmq-operator
app.kubernetes.io/name: rabbitmq-system
app.kubernetes.io/part-of: rabbitmq
name: rabbitmq-system