correctly set redis password

This commit is contained in:
kjeld Schouten-Lebbing 2021-07-03 00:03:03 +02:00
parent fbac5d43e9
commit bbaac94607
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
3 changed files with 3 additions and 3 deletions

View File

@ -35,4 +35,4 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 1.0.5
version: 1.0.6

View File

@ -36,7 +36,7 @@ envValueFrom:
secretKeyRef:
name: rediscreds
key: masterhost
REDIS_PASSWORD:
REDIS_HOST_PASSWORD:
secretKeyRef:
name: rediscreds
key: redis-password

View File

@ -38,7 +38,7 @@ envValueFrom:
secretKeyRef:
name: rediscreds
key: masterhost
REDIS_PASSWORD:
REDIS_HOST_PASSWORD:
secretKeyRef:
name: rediscreds
key: redis-password