Files
infrastructure/clusters/cl01tl/helm/local-path-provisioner/templates/namespace.yaml
2026-04-23 17:26:26 -05:00

11 lines
330 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: local-path-provisioner
labels:
app.kubernetes.io/name: local-path-provisioner
{{- include "custom.labels" . | nindent 4 }}
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged