From ebc264ad2b4d2f8343005caf11207334af0c52a2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 19 May 2025 22:42:27 -0500 Subject: [PATCH] remove init --- clusters/cl01tl/platform/gitea/values.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 80a07199d..5289d76cf 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -167,23 +167,6 @@ renovate: failedJobsHistory: 3 backoffLimit: 3 parallelism: 1 - # initContainers: - # init-chmod-data: - # securityContext: - # runAsUser: 0 - # image: - # repository: busybox - # tag: 1.37.0 - # pullPolicy: IfNotPresent - # command: - # - /bin/sh - # - -ec - # - | - # chmod -R 777 /tmp/renovate - # resources: - # requests: - # cpu: 100m - # memory: 128Mi containers: main: image: @@ -222,9 +205,6 @@ renovate: retain: true advancedMounts: renovate: - # init-chmod-data: - # - path: /tmp/renovate - # readOnly: false main: - path: /tmp/renovate readOnly: false