From 776df21e5ead3a35e63a2bfe0526ae0125967d80 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 22 Feb 2025 22:05:02 +1100 Subject: [PATCH] revert n8n runas change --- home-apps/n8n.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-apps/n8n.yaml b/home-apps/n8n.yaml index 91d4ab8..3ad22a5 100644 --- a/home-apps/n8n.yaml +++ b/home-apps/n8n.yaml @@ -35,10 +35,10 @@ spec: - name: n8n image: n8nio/n8n:1.80.2 imagePullPolicy: IfNotPresent - securityContext: - runAsUser: 0 - runAsGroup: 0 - fsGroup: 0 + # securityContext: + # runAsUser: + # runAsGroup: 0 + # fsGroup: 0 command: ["/bin/sh", "-c"] args: - |