Skip to content

Commit

Permalink
Removing the init container
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 9, 2023
1 parent 30f6907 commit 2a577e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manifests/workloads/jenkins-oss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ resources:
requests:
cpu: "1"

initContainers:
init-jenkins:
image: docker.io/library/busybox:stable
command: ["sh", "-c", "chown -R 1000:1000 /var/jenkins_home"]
volumeMounts:
- name: jenkins-home
mountPath: /var/jenkins_home
subPath: jenkins-volume
# initContainers:
# init-jenkins:
# image: docker.io/library/busybox:stable
# command: ["sh", "-c", "chown -R 1000:1000 /var/jenkins_home"]
# volumeMounts:
# - name: jenkins-home
# mountPath: /var/jenkins_home
# subPath: jenkins-volume

service:
main:
Expand Down

0 comments on commit 2a577e6

Please sign in to comment.