Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2023-05-25 14:19:51 +00:00
parent be1fab20d2
commit 9512d17973
69 changed files with 246 additions and 114 deletions

View file

@ -0,0 +1,14 @@
apiVersion: constraints.gatekeeper.sh/v1beta1
kind: K8sBlockIngressPathType
metadata:
name: implspecificisblocked
spec:
match:
kinds:
- apiGroups: ["networking.k8s.io"]
kinds: ["Ingress"]
parameters:
namespacesExceptions:
- "privileged"
blockedTypes:
- "ImplementationSpecific"