diff --git a/web/deploy/helm/values.yaml b/web/deploy/helm/values.yaml index 97fc038..6860326 100644 --- a/web/deploy/helm/values.yaml +++ b/web/deploy/helm/values.yaml @@ -45,6 +45,8 @@ podSecurityContext: runAsNonRoot: true runAsUser: 65534 fsGroup: 65534 + seccompProfile: + type: RuntimeDefault securityContext: allowPrivilegeEscalation: false