Skip to content

Commit 2015335

Browse files
committed
Fix full test scenario
1 parent c829a87 commit 2015335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zammad/ci/full-values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ secrets:
1515
useExisting: true
1616
secretKey: redis-password
1717
secretName: redis-existing-secret
18+
sentinel:
19+
useExisting: true
20+
secretKey: redis-password
21+
secretName: redis-existing-secret
1822

1923
autoWizard:
2024
enabled: true
@@ -30,6 +34,7 @@ minio:
3034
auth:
3135
existingSecret: minio-existing-secret
3236

37+
# Use existing Redis secrets and run in Redis Sentinel mode.
3338
redis:
3439
auth:
3540
existingSecret: redis-existing-secret

0 commit comments

Comments
 (0)