From 887d47b3f68b68c76cd37137bf87a157fe69ab7f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 22 May 2025 19:42:58 -0500 Subject: [PATCH] remove init --- clusters/cl01tl/platform/n8n/values.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/clusters/cl01tl/platform/n8n/values.yaml b/clusters/cl01tl/platform/n8n/values.yaml index f58b4911e..61b13f275 100644 --- a/clusters/cl01tl/platform/n8n/values.yaml +++ b/clusters/cl01tl/platform/n8n/values.yaml @@ -5,23 +5,6 @@ n8n: replicas: 1 strategy: Recreate revisionHistoryLimit: 3 - initContainers: - init-chmod-data: - securityContext: - runAsUser: 0 - image: - repository: busybox - tag: 1.37.0 - pullPolicy: IfNotPresent - command: - - /bin/sh - - -ec - - | - /bin/chown -R 1000:1000 /data - resources: - requests: - cpu: 10m - memory: 128Mi containers: main: image: @@ -310,9 +293,6 @@ n8n: size: 5Gi advancedMounts: main: - init-chmod-data: - - path: /data - readOnly: false main: - path: /data readOnly: false