We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7470f6c commit 0160f05Copy full SHA for 0160f05
manifests/yamls/gitsensor.yaml
@@ -58,6 +58,22 @@ spec:
58
runAsGroup: 1000
59
runAsUser: 1000
60
containers:
61
+ initContainers:
62
+ - command:
63
+ - /bin/sh
64
+ - -c
65
+ - chown -R devtron:devtron /git-base
66
+ image: "quay.io/devtron/git-sensor:e5e66474-200-13261"
67
+ imagePullPolicy: IfNotPresent
68
+ name: chown-git-base
69
+ resources: {}
70
+ securityContext:
71
+ runAsUser: 0
72
+ terminationMessagePath: /dev/termination-log
73
+ terminationMessagePolicy: File
74
+ volumeMounts:
75
+ - mountPath: /git-base/
76
+ name: git-volume
77
- name: git-sensor
78
image: "quay.io/devtron/git-sensor:e5e66474-200-13261"
79
securityContext:
0 commit comments