Merge pull request #123 from larsskj/master

Avoid fixed namespace
This commit is contained in:
Marcel Dempers 2022-01-26 10:36:40 +11:00 committed by GitHub
commit 36c880fb45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ spec:
args:
- |
REDIS_PASSWORD=a-very-complex-password-here
nodes=redis-0.redis.redis.svc.cluster.local,redis-1.redis.redis.svc.cluster.local,redis-2.redis.redis.svc.cluster.local
nodes=redis-0.redis,redis-1.redis,redis-2.redis
for i in ${nodes//,/ }
do