From dd939ff70921fa4cee53e5653ec0e413009bac65 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 16 May 2022 12:01:46 +0800 Subject: [PATCH] fix(kube): remove Rook CRDs from operator.yaml --- kube/3-kube-core/2-storage/rook-ceph/2-operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/3-kube-core/2-storage/rook-ceph/2-operator.yaml b/kube/3-kube-core/2-storage/rook-ceph/2-operator.yaml index 40044a8f..5a597465 100644 --- a/kube/3-kube-core/2-storage/rook-ceph/2-operator.yaml +++ b/kube/3-kube-core/2-storage/rook-ceph/2-operator.yaml @@ -37,13 +37,13 @@ spec: install: # create namespace and CRDs in case the namespace manifests aren't applied createNamespace: true - crds: CreateReplace + #crds: CreateReplace remediation: retries: 5 # customize upgrade process upgrade: - crds: CreateReplace + #crds: CreateReplace remediation: retries: 5