Skip to content

Commit 0c9d79e

Browse files
feat: fallback to argocd redis
1 parent 9d1221e commit 0c9d79e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gitops-runtime/tests/external_argocd_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ tests:
407407
asserts:
408408
- equal:
409409
path: data["redis.server"]
410-
value: runtime-redis:6379
410+
value: argo-cd-redis:6379
411411

412412
- it: runtime-event-reporter ConfigMap should have valid Sources Server address
413413
template: event-reporters/runtime-event-reporter/configmap.yaml
@@ -555,7 +555,7 @@ tests:
555555
asserts:
556556
- equal:
557557
path: data["redis.server"]
558-
value: runtime-redis:6379
558+
value: argo-cd-redis:6379
559559

560560
- it: argo-gateway ConfigMap should have valid Repo Server URL
561561
template: argo-gateway/configmap.yaml

0 commit comments

Comments
 (0)