fix(jarvis): run as root for NFS compat, add namespace PSA baseline label

This commit is contained in:
2026-05-25 20:43:03 -05:00
parent 064d3e8b3d
commit 9f3d81729d
2 changed files with 18 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: jarvis
labels:
# baseline PSA required — Hermes runs as root due to NFS root_squash
# preventing UID 10000 from writing to nfs-emporium PVC.
pod-security.kubernetes.io/enforce: baseline
pod-security.kubernetes.io/warn: baseline