From 0445c441f90925e1e9ff5fdc207a7ea2ab82cc0c Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 4 Feb 2022 16:11:33 +0100
Subject: [PATCH] fix(kyverno): Remove final remainings

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

diff --git a/bootstrap/kustomization.yaml b/bootstrap/kustomization.yaml
index 4ca6025e1..0e7ca24a2 100644
--- a/bootstrap/kustomization.yaml
+++ b/bootstrap/kustomization.yaml
@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
 resources:
   - calico
-  - kyverno
   - system-upgrades
diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml
index 6da7799a1..7dc74840f 100644
--- a/infrastructure/kustomization.yaml
+++ b/infrastructure/kustomization.yaml
@@ -4,7 +4,6 @@ resources:
   - kube-system
   - node-features
   - system-upgrades
-  - kyverno
   - firewall
   - metallb
   - cert-manager
-- 
GitLab