diff --git a/argocd/apps/n8n/values-n8n.yaml b/argocd/apps/n8n/values-n8n.yaml index 38feb2d..18b3f6e 100644 --- a/argocd/apps/n8n/values-n8n.yaml +++ b/argocd/apps/n8n/values-n8n.yaml @@ -16,9 +16,6 @@ spec: # n8n Hauptknoten mit Persistenz main: - securityContext: - runAsUser: 0 - fsGroup: 0 persistence: enabled: true storageClass: "longhorn" @@ -29,6 +26,12 @@ spec: helm.sh/resource-policy: keep forceToUseStatefulset: true count: 1 + + podSecurityContext: + fsGroup: 0 + containerSecurityContext: + runAsUser: 0 + runAsnonRoot: false # PostgreSQL Datenbank db: