File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 75
75
runAsUser : 1000
76
76
serviceAccountName : devtron-default-sa
77
77
{{- include "common.schedulerConfig" (dict "nodeSelector" $.Values.components.gitsensor.nodeSelector "tolerations" $.Values.components.gitsensor.tolerations "imagePullSecrets" $.Values.components.gitsensor.imagePullSecrets "global" $.Values.global) | indent 6 }}
78
- initContainers :
79
- - command :
80
- - /bin/sh
81
- - -c
82
- - mkdir -p /git-base/ssh-keys && chown -R devtron:devtron /git-base && chmod 777 /git-base/ssh-keys
83
- image : {{ include "common.image" (dict "component" $.Values.components.gitsensor "global" $.Values.global) }}
84
- imagePullPolicy : IfNotPresent
85
- name : chown-git-base
86
- resources : {}
87
- envFrom :
88
- - configMapRef :
89
- name : devtron-common-cm
90
- securityContext :
91
- runAsUser : 0
92
- terminationMessagePath : /dev/termination-log
93
- terminationMessagePolicy : File
94
- volumeMounts :
95
- - mountPath : /git-base/
96
- name : git-volume
97
78
containers :
98
79
- name : git-sensor
99
80
image : {{ include "common.image" (dict "component" $.Values.components.gitsensor "global" $.Values.global) }}
You can’t perform that action at this time.
0 commit comments