From 9a0aec8c4622598bc20512fa1dba4125b777fb21 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 16 Apr 2022 22:31:25 +0000 Subject: [PATCH] fix(kube): re-add 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