Files
Homelabv4/infrastructure/kyverno/policies/authentik-exception.yaml
T
2026-03-09 20:21:35 -05:00

25 lines
533 B
YAML

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*