diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml index 37b781687fcd944c30ac45eee74ffb80e70611fd..ddfd7ed6f427115658bdbc5b67aa62c9ae474ad6 100644 --- a/infrastructure/kustomization.yaml +++ b/infrastructure/kustomization.yaml @@ -11,4 +11,3 @@ resources: - nginx-system - longhorn - prometheus - - pod-security-webhook-system diff --git a/infrastructure/pod-security-webhook-system/kustomization.yaml b/infrastructure/pod-security-webhook-system/kustomization.yaml deleted file mode 100644 index 7b65aa10e30461be5448e165517c2c683e87724c..0000000000000000000000000000000000000000 --- a/infrastructure/pod-security-webhook-system/kustomization.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -namespace: pod-security-webhook-system -resources: - - namespace.yaml - - repository.yaml - - release.yaml diff --git a/infrastructure/pod-security-webhook-system/namespace.yaml b/infrastructure/pod-security-webhook-system/namespace.yaml deleted file mode 100644 index e0782c72c1f019c835bb2541d3d19ec119c650de..0000000000000000000000000000000000000000 --- a/infrastructure/pod-security-webhook-system/namespace.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: pod-security-webhook-system - labels: - name: pod-security-webhook-system - kyverno.shivering-isles.com/class: "system" diff --git a/infrastructure/pod-security-webhook-system/release.yaml b/infrastructure/pod-security-webhook-system/release.yaml deleted file mode 100644 index 58284e0990e75ce9721737c836977756cdc71788..0000000000000000000000000000000000000000 --- a/infrastructure/pod-security-webhook-system/release.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta1 -kind: HelmRelease -metadata: - name: pod-security-webhook - namespace: pod-security-webhook-system -spec: - releaseName: pod-security-webhook - chart: - spec: - chart: pod-security-webhook - sourceRef: - kind: HelmRepository - name: pod-security-webhook - version: 0.3.2 - interval: 5m diff --git a/infrastructure/pod-security-webhook-system/repository.yaml b/infrastructure/pod-security-webhook-system/repository.yaml deleted file mode 100644 index 2e1361ca0b9a053f21ccae7f40d8549505483d40..0000000000000000000000000000000000000000 --- a/infrastructure/pod-security-webhook-system/repository.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta1 -kind: HelmRepository -metadata: - name: pod-security-webhook - namespace: pod-security-webhook-system -spec: - interval: 30m - url: https://registry.shivering-isles.com/chartrepo/shivering-isles