Skip to content

Commit b844d35

Browse files
feat: add separate redis for cf-argocd-extras and app-proxy
1 parent dd57484 commit b844d35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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: redis:6379
410+
value: runtime-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: redis:6379
558+
value: runtime-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)