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 476915d commit 2319506Copy full SHA for 2319506
manifests/yamls/gitsensor.yaml
@@ -57,8 +57,7 @@ spec:
57
fsGroup: 1000
58
runAsGroup: 1000
59
runAsUser: 1000
60
- containers:
61
- initContainers:
+ initContainers:
62
- command:
63
- /bin/sh
64
- -c
@@ -74,6 +73,7 @@ spec:
74
73
volumeMounts:
75
- mountPath: /git-base/
76
name: git-volume
+ containers:
77
- name: git-sensor
78
image: "quay.io/devtron/git-sensor:e5e66474-200-13261"
79
securityContext:
0 commit comments