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

This commit is contained in:
Ultradesu
2026-02-04 16:46:14 +02:00
parent 0b143959b9
commit e5ad65b63b
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
# Updated: Fixed n8n volume permissions issue
resources: resources:
- external-secrets.yaml - external-secrets.yaml

View File

@@ -16,7 +16,8 @@ main:
enabled: true enabled: true
existingClaim: n8n-home existingClaim: n8n-home
mountPath: /home/node/.n8n mountPath: /home/node/.n8n
podSecurityContext:
podSecurityContext:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch" fsGroupChangePolicy: "OnRootMismatch"