File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
charts/gitops-runtime/tests Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,7 @@ tests:
274274 - ./values/mandatory-values.yaml
275275 set :
276276 app-proxy.replicaCount : 2
277+ redis.enabled : true
277278 asserts :
278279 - lengthEqual :
279280 path : spec.template.spec.containers
Original file line number Diff line number Diff line change @@ -401,6 +401,9 @@ tests:
401401
402402 - it : runtime-event-reporter ConfigMap should have valid Redis URL
403403 template : event-reporters/runtime-event-reporter/configmap.yaml
404+ set :
405+ redis :
406+ enabled : true
404407 values :
405408 - ./values/mandatory-values-ingress.yaml
406409 - ./values/external-argocd-values.yaml
@@ -549,6 +552,9 @@ tests:
549552
550553 - it : argo-gateway ConfigMap should have valid Redis URL
551554 template : argo-gateway/configmap.yaml
555+ set :
556+ redis :
557+ enabled : true
552558 values :
553559 - ./values/mandatory-values-ingress.yaml
554560 - ./values/external-argocd-values.yaml
You can’t perform that action at this time.
0 commit comments