Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: walnuts1018 <[email protected]>
  • Loading branch information
walnuts1018 committed Nov 1, 2024
1 parent a931a57 commit f6ee9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/common/oauth2-proxy/values.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
existingSecret: $.secret_name,
passwordKey: 'redis-password',
masterName: 'mymaster',
connectionUrls: 'redis://%s:6379,redis://%s-sentinel:26379' % [$.redis_name, $.redis_name + '-sentinel'],
connectionUrls: 'redis://%s:6379,redis://%s:26379' % [$.redis_name, $.redis_name + '-sentinel'],
},
},
},
Expand Down

0 comments on commit f6ee9d0

Please sign in to comment.