From 69905aa4db3160676508c89df7bb3fccda679190 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 13 Aug 2021 02:29:10 +0200
Subject: [PATCH] Remove duplicated namespace resource

---
 infrastructure/rook/kustomization.yaml | 5 ++---
 infrastructure/rook/namespace.yaml     | 4 ----
 2 files changed, 2 insertions(+), 7 deletions(-)
 delete mode 100644 infrastructure/rook/namespace.yaml

diff --git a/infrastructure/rook/kustomization.yaml b/infrastructure/rook/kustomization.yaml
index ca7603705..424594eb2 100644
--- a/infrastructure/rook/kustomization.yaml
+++ b/infrastructure/rook/kustomization.yaml
@@ -2,9 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
 namespace: rook-ceph
 resources:
-  - namespace.yaml
-  - crds.yaml 
-  - common.yaml 
+  - crds.yaml
+  - common.yaml
   - operator-openshift.yaml
   - cluster-on-pvc.yaml
   - storageclass.yaml
diff --git a/infrastructure/rook/namespace.yaml b/infrastructure/rook/namespace.yaml
deleted file mode 100644
index bd176aff1..000000000
--- a/infrastructure/rook/namespace.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-apiVersion: v1
-kind: Namespace
-metadata:
-  name: rook-ceph
-- 
GitLab