Skip to content

Commit 0f97f10

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

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

charts/gitops-runtime/tests/app-proxy-misc_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

charts/gitops-runtime/tests/external_argocd_test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)