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.
14 lines
462 B
YAML
14 lines
462 B
YAML
# Both upstream operators define the namespace
|
|
# 'rabbitmq-system'. To avoid issues, we're removing the
|
|
# namespace from the upstream, then readding it downstream.
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://github.com/rabbitmq/messaging-topology-operator/config/installation/cert-manager?ref=v1.14.2
|
|
|
|
images:
|
|
- name: rabbitmqoperator/messaging-topology-operator
|
|
newTag: 1.14.2
|
|
|
|
patches:
|
|
- path: ns.delete.yaml
|