From d6a406390d77663a93efb1d9db47b177051bd404 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 1 Oct 2025 10:58:13 +0200 Subject: [PATCH] fix(base): remove redis operator from mandatory operatorst --- base/olm/resources/mandatory-operators/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/olm/resources/mandatory-operators/kustomization.yaml b/base/olm/resources/mandatory-operators/kustomization.yaml index fd7dfda..6b2a075 100644 --- a/base/olm/resources/mandatory-operators/kustomization.yaml +++ b/base/olm/resources/mandatory-operators/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- ./resources/redis-operator.yaml +#- ./resources/redis-operator.yaml - ./resources/minio-operator.yaml - ./resources/cloudnative-pg.yaml - ./resources/rabbitmq-cluster-operator.yaml -- 2.17.1