fix requirepass
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user