forked from infra/ansible
fmn: try and set the redis password for fmn on the redis pod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c03a11f09c
commit
086414024f
1 changed files with 4 additions and 0 deletions
|
|
@ -454,6 +454,10 @@ spec:
|
|||
containers:
|
||||
- name: redis
|
||||
image: redis:latest
|
||||
command:
|
||||
- redis-server
|
||||
- --requirepass
|
||||
- $(REDIS_PASSWORD)
|
||||
env:
|
||||
- name: REDIS_PASSWORD
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue