Files
infrastructure/clusters/cl01tl/applications/booklore/templates/namespace.yaml
Alex Lebens 172fecd95e
Some checks failed
lint-test-helm / helm-lint (push) Failing after 4s
renovate / renovate (push) Successful in 1m34s
enable priv
2025-11-21 22:40:40 -06:00

13 lines
402 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: booklore
labels:
app.kubernetes.io/name: booklore
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
volsync.backube/privileged-movers: "true"