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