Files
infrastructure/clusters/cl01tl/helm/trivy/templates/namespace.yaml
Alex Lebens 06b288e17c
Some checks failed
lint-test-helm / lint-helm (push) Successful in 42s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Has been cancelled
Merge (#4771)
Reviewed-on: #4771
2026-03-15 22:32:42 +00:00

12 lines
350 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: trivy
labels:
app.kubernetes.io/name: trivy
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged