Skip to content

Commit

Permalink
Update redis-ha.dc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed authored Jul 3, 2024
1 parent 1a6f8ea commit be05390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redis/redis-ha.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ objects:
appendonly yes
protected-mode no
requirepass ${REDIS_PASSWORD}
masterauth ${REDIS_PASSWORD}
- kind: Secret
apiVersion: v1
metadata:
Expand Down Expand Up @@ -153,4 +154,4 @@ parameters:
description: Password for the Redis connection user.
generate: expression
from: '[a-zA-Z0-9]{16}'
required: true
required: true

0 comments on commit be05390

Please sign in to comment.