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 5a597465..6c166f8e 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 @@ -21,7 +21,7 @@ spec: values: # use CRDs crds: - enabled: true + enabled: false # enable monitoring monitoring: enabled: true @@ -37,13 +37,13 @@ spec: install: # create namespace and CRDs in case the namespace manifests aren't applied createNamespace: true - #crds: CreateReplace + crds: Create remediation: retries: 5 # customize upgrade process upgrade: - #crds: CreateReplace + crds: Create remediation: retries: 5