File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2709,4 +2709,4 @@ spec:
2709
2709
port : 8082
2710
2710
initialDelaySeconds : 5
2711
2711
periodSeconds : 10
2712
- serviceAccountName : argocd-application-controller
2712
+ serviceAccountName : argocd-application-controller
Original file line number Diff line number Diff line change 60
60
secretName : clair
61
61
initContainers :
62
62
- name : pg-ready-wait
63
- image : postgres:11.3
63
+ image : " quay.io/devtron/ postgres:11.3"
64
64
command : [ "sh", "-c",
65
65
" until pg_isready -h postgresql-postgresql.devtroncd -p 5432;
66
66
do echo waiting for database; sleep 1; done;" ]
Original file line number Diff line number Diff line change @@ -289,4 +289,4 @@ spec:
289
289
name : devtron-kubernetes-external-secret
290
290
# Params for env vars populated from k8s secrets
291
291
securityContext :
292
- runAsNonRoot : true
292
+ runAsNonRoot : true
Original file line number Diff line number Diff line change @@ -647,4 +647,4 @@ spec:
647
647
- name : tests
648
648
configMap :
649
649
name : devtron-grafana-test
650
- restartPolicy : Never
650
+ restartPolicy : Never
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ spec:
229
229
restartPolicy : Always
230
230
containers :
231
231
- name : envoy
232
- image : quay.io/devtron/envoy:v1.14.1
232
+ image : " quay.io/devtron/envoy:v1.14.1"
233
233
ports :
234
234
- containerPort : 9901
235
235
protocol : TCP
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ spec:
279
279
fsGroup : 1000
280
280
containers :
281
281
- name : minio
282
- image : quay.io/devtron/minio:RELEASE.2021-02-14T04-01-33Z
282
+ image : " quay.io/devtron/minio:RELEASE.2021-02-14T04-01-33Z"
283
283
imagePullPolicy : IfNotPresent
284
284
285
285
command : [ "/bin/sh",
@@ -363,4 +363,4 @@ spec:
363
363
mountPath : /config
364
364
resources :
365
365
requests :
366
- memory : 128Mi
366
+ memory : 128Mi
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ spec:
211
211
serviceAccountName : nats-operator
212
212
containers :
213
213
- name : nats-operator
214
- image : quay.io/devtron/nats-operator:0.5.0-v1alpha2
214
+ image : " quay.io/devtron/nats-operator:0.5.0-v1alpha2"
215
215
imagePullPolicy : IfNotPresent
216
216
args :
217
217
- nats-operator
Original file line number Diff line number Diff line change 55
55
release : " devtron"
56
56
containers :
57
57
- name : nats-streaming
58
- image : quay.io/devtron/nats-streaming:0.11.2
58
+ image : " quay.io/devtron/nats-streaming:0.11.2"
59
59
imagePullPolicy : IfNotPresent
60
60
env :
61
61
- name : POD_NAME
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ spec:
228
228
value : " false"
229
229
- name : BASE_HREF
230
230
value : /
231
- image : quay.io/devtron/argoui:v2.3.0
231
+ image : " quay.io/devtron/argoui:v2.3.0"
232
232
name : argo-ui
233
233
serviceAccountName : argo-ui
234
234
---
@@ -253,6 +253,6 @@ spec:
253
253
- argoproj/argoexec:v2.3.0
254
254
command :
255
255
- workflow-controller
256
- image : quay.io/argoproj/workflow-controller:v2.3.0
256
+ image : " quay.io/argoproj/workflow-controller:v2.3.0"
257
257
name : workflow-controller
258
- serviceAccountName : argo
258
+ serviceAccountName : argo
You can’t perform that action at this time.
0 commit comments