From 605bcf6a7548eeb8c918908b035d80b7b71c2ccb Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 30 May 2024 16:47:17 -0400 Subject: [PATCH] PLEASE --- onedev/helmrelease-onedev.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/onedev/helmrelease-onedev.yaml b/onedev/helmrelease-onedev.yaml index 697ad26..7c63a08 100644 --- a/onedev/helmrelease-onedev.yaml +++ b/onedev/helmrelease-onedev.yaml @@ -19,18 +19,6 @@ spec: securityContext: runAsUser: 1000 runAsGroup: 1000 - initContainers: - - name: fix-ownership - image: busybox - command: ["chown", "-R", "1000:1000", "/opt/onedev"] - securityContext: - runAsUser: 0 - runAsGroup: 0 - volumeMounts: - - name: data - mountPath: /opt/onedev - - name: trust-certs - mountPath: /opt/onedev/conf/trust-certs # Configure Ingress resource ingress: enabled: true