Skip to content

Commit 0bf8bd8

Browse files
feat: disable runtime redis by default
1 parent 0f97f10 commit 0bf8bd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/gitops-runtime/tests/argo-api-gateway_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tests:
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
@@ -84,7 +84,7 @@ tests:
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

charts/gitops-runtime/tests/event-reporters_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tests:
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
@@ -58,7 +58,7 @@ tests:
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

0 commit comments

Comments
 (0)