Files
infrastructure/clusters/cl01tl/monitoring/trivy/templates/namespace.yaml
Alex Lebens 3b1f0099fe
Some checks failed
lint-test-helm / helm-lint (push) Failing after 5s
renovate / renovate (push) Successful in 1m22s
change namespace
2025-06-20 11:02:06 -05: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