fix requirepass

This commit is contained in:
Philip Haupt
2025-10-14 19:39:49 +02:00
parent e1a26a5ae1
commit 422691d11c
4 changed files with 24 additions and 18 deletions

View File

@@ -111,9 +111,9 @@ extraValkeySecrets:
mountPath: /run/secrets/valkey
# Mount additional configMaps into the Valkey container
extraValkeyConfigs:
- name: valkey-config
mountPath: /extravalkeyconfigs
#extraValkeyConfigs:
# - name: valkey-config
# mountPath: /extravalkeyconfigs/
# Mount extra secrets as volume to init container (deprecated, use extraValkeySecrets)
extraSecretValkeyConfigs: false
@@ -122,7 +122,7 @@ extraSecretValkeyConfigs: false
extraStorage: []
# Content for valkey.conf (will be mounted via ConfigMap)
valkeyConfig: ""
valkeyConfig: include /run/secrets/valkey/requirepass
auth:
# Enable ACL-based authentication