Skip to content

Commit 1cbe3cc

Browse files
committed
fixed initcontainer array
1 parent 0160f05 commit 1cbe3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/yamls/gitsensor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ spec:
5757
fsGroup: 1000
5858
runAsGroup: 1000
5959
runAsUser: 1000
60-
containers:
61-
initContainers:
60+
initContainers:
6261
- command:
6362
- /bin/sh
6463
- -c
@@ -74,6 +73,7 @@ spec:
7473
volumeMounts:
7574
- mountPath: /git-base/
7675
name: git-volume
76+
containers:
7777
- name: git-sensor
7878
image: "quay.io/devtron/git-sensor:e5e66474-200-13261"
7979
securityContext:

0 commit comments

Comments
 (0)