mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
apiVersion: kyverno.io/v2
|
||||
kind: PolicyException
|
||||
metadata:
|
||||
name: authentik-exemption
|
||||
namespace: kyverno
|
||||
spec:
|
||||
exceptions:
|
||||
- policyName: disallow-automount-sa-token
|
||||
ruleNames:
|
||||
- validate-automount
|
||||
- autogen-validate-automount
|
||||
match:
|
||||
any:
|
||||
- resources:
|
||||
kinds:
|
||||
- Deployment
|
||||
- ReplicaSet
|
||||
- Pod
|
||||
namespaces:
|
||||
- authentik
|
||||
names:
|
||||
- authentik-server*
|
||||
- authentik-worker*
|
||||
- pg-authentik*
|
||||
Reference in New Issue
Block a user