From 313b2f8a6c24ed3c3c7dd2539dc8a203e07835ed Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 19 May 2025 22:36:56 -0500 Subject: [PATCH] add init --- clusters/cl01tl/platform/gitea/values.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 5289d76cf..f8a26498d 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -167,6 +167,23 @@ 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 /runner + resources: + requests: + cpu: 100m + memory: 128Mi containers: main: image: