From 1c1f6bc47c0d48caea245c8022c4598674b6f6ec Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 12 Oct 2023 08:53:51 +0200 Subject: [PATCH] fix(rabbitmq): try to fix namespace failure --- base/rabbitmq/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/rabbitmq/kustomization.yaml b/base/rabbitmq/kustomization.yaml index 2d1c108..998a293 100644 --- a/base/rabbitmq/kustomization.yaml +++ b/base/rabbitmq/kustomization.yaml @@ -3,5 +3,5 @@ kind: Kustomization namespace: rabbitmq-operator resources: -- namespace.yaml + #- namespace.yaml - https://github.com/rabbitmq/cluster-operator/releases/download/v2.5.0/cluster-operator.yml