From 4690051472f0a387f5523c23dc7877428c73eaf1 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 3 Jan 2022 01:47:35 +0100
Subject: [PATCH] Remove no longer used details also from kustomizations

---
 infrastructure/kustomization.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml
index b263c688d..1d1f0b345 100644
--- a/infrastructure/kustomization.yaml
+++ b/infrastructure/kustomization.yaml
@@ -2,8 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
 resources:
   - kyverno
-  - hcloud-csi
-  - rook
   - cert-manager
   - prometheus
   - ingress-nginx
-- 
GitLab