File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/gitops-runtime/tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 path : data["repo.server"]
1919 value : argo-cd-repo-server:8081
2020
21- - it : Argo Api Gateway ConfigMap should have valid redis url
21+ - it : Argo Api Gateway ConfigMap should have valid redis url when Redis is enabled
2222 set :
2323 redis :
2424 enabled : true
8484 path : metadata.name
8585 value : argo-gateway
8686
87- - it : Argo Api Gateway ConfigMap should have valid redis-ha url
87+ - it : Argo Api Gateway ConfigMap should have valid redis-ha url when Redis HA is enabled
8888 template : argo-gateway/configmap.yaml
8989 values :
9090 - ./values/mandatory-values-ingress.yaml
Original file line number Diff line number Diff line change 4646 value : argo-cd-repo-server:8081
4747
4848
49- - it : Runtime Reporter ConfigMap should have valid redis url
49+ - it : Runtime Reporter ConfigMap should have valid redis url when Redis is enabled
5050 template : event-reporters/runtime-event-reporter/configmap.yaml
5151 values :
5252 - ./values/mandatory-values-ingress.yaml
5858 path : data["redis.server"]
5959 value : runtime-redis:6379
6060
61- - it : Runtime Reporter ConfigMap should have valid redis-ha url
61+ - it : Runtime Reporter ConfigMap should have valid redis-ha url when Redis HA is enabled
6262 template : event-reporters/runtime-event-reporter/configmap.yaml
6363 values :
6464 - ./values/mandatory-values-ingress.yaml
You can’t perform that action at this time.
0 commit comments