From e88203267edb0fb804bebe7440f52c7eb7cf5b9d Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 17 Apr 2022 01:02:44 +0000 Subject: [PATCH] fix(kube): readd Rook operator&cluster to overlay --- kube/3-kube-core/2-storage/rook-ceph/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/3-kube-core/2-storage/rook-ceph/kustomization.yaml b/kube/3-kube-core/2-storage/rook-ceph/kustomization.yaml index ef35a0cb..eca8e872 100644 --- a/kube/3-kube-core/2-storage/rook-ceph/kustomization.yaml +++ b/kube/3-kube-core/2-storage/rook-ceph/kustomization.yaml @@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - 1-namespace.yaml - # - 2-operator.yaml - # - 3-cluster.yaml + - 2-operator.yaml + - 3-cluster.yaml