fix(valkey): dont set valkey replication mode
This commit is contained in:
@@ -42,4 +42,4 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/valkey
|
||||
- https://hub.docker.com/r/bitnamisecure/valkey
|
||||
type: application
|
||||
version: 0.0.5
|
||||
version: 0.0.6
|
||||
|
||||
@@ -14,7 +14,7 @@ workload:
|
||||
main:
|
||||
env:
|
||||
# DEVNOTE: Bitnami Valkey keeps VALKEY_* env variable names for compatibility.
|
||||
VALKEY_REPLICATION_MODE: master
|
||||
# VALKEY_REPLICATION_MODE: master
|
||||
ALLOW_EMPTY_PASSWORD: '{{ ternary "yes" "no" (empty .Values.password) }}'
|
||||
VALKEY_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
VALKEY_PASSWORD: "{{ .Values.password }}"
|
||||
|
||||
Reference in New Issue
Block a user