Fix n8n sec context

This commit is contained in:
Ultradesu
2026-02-04 16:43:57 +02:00
parent d35da03726
commit 0b143959b9
+3
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