Removed redundant security directives
All checks were successful
continuous-integration/publish-helm Helm publish succeeded

removed scc anyuid (out of band)
This commit is contained in:
2026-01-12 19:08:12 +11:00
parent aa64c846be
commit 7979b35e7e
2 changed files with 9 additions and 10 deletions

View File

@@ -88,14 +88,15 @@ pms:
# -- Security context for PMS pods
securityContext: {}
containerSecurityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
# Redundant for openshift
# containerSecurityContext:
# runAsNonRoot: true
# allowPrivilegeEscalation: false
# seccompProfile:
# type: RuntimeDefault
# capabilities:
# drop:
# - ALL
# -- Enable process namespace sharing within the pod.
shareProcessNamespace: false