Fix n8n sec context
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 10s

This commit is contained in:
Ultradesu
2026-02-04 16:43:57 +02:00
parent d35da03726
commit 0b143959b9

View File

@@ -16,6 +16,9 @@ main:
enabled: true enabled: true
existingClaim: n8n-home existingClaim: n8n-home
mountPath: /home/node/.n8n mountPath: /home/node/.n8n
podSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
worker: worker:
mode: regular mode: regular