Removed redundant security directives
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
removed scc anyuid (out of band)
This commit is contained in:
17
values.yaml
17
values.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user