Skip to content
Snippets Groups Projects
Verified Commit 99e16ce8 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(pod-security-webhook): Remove webhook

This patch removed the freshly added webhook again, since it turns out
to be a bit more complicated to deploy than expected.

Another attempt will take place soon.
parent dd663397
No related branches found
No related tags found
No related merge requests found
...@@ -11,4 +11,3 @@ resources: ...@@ -11,4 +11,3 @@ resources:
- nginx-system - nginx-system
- longhorn - longhorn
- prometheus - prometheus
- pod-security-webhook-system
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: pod-security-webhook-system
resources:
- namespace.yaml
- repository.yaml
- release.yaml
apiVersion: v1
kind: Namespace
metadata:
name: pod-security-webhook-system
labels:
name: pod-security-webhook-system
kyverno.shivering-isles.com/class: "system"
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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment