fix(deploy): add seccompProfile RuntimeDefault to satisfy PodSecurity restricted policy
This commit is contained in:
@@ -45,6 +45,8 @@ podSecurityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 65534
|
||||
fsGroup: 65534
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
Reference in New Issue
Block a user