flatpak-indexer: fix environment variable name for redis password
Match the environment variable in the deploymentconfig to that used in the configmap (REDIS_PASSWORD) Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
This commit is contained in:
parent
3f7de2e870
commit
bbfe6e38fd
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ spec:
|
|||
- env:
|
||||
- name: FLATPAK_INDEXER_COMMAND
|
||||
value: differ
|
||||
- name: REDISCLI_AUTH
|
||||
- name: REDIS_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: redis-password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue