mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
* refactor(stable/redis): support redis docker library image BREAKING CHANGES: - `master.args` and `slave.args` are removed. Use `master.command` or `slave.command` instead in order to override the image entrypoint, or `master.extraFlags` to pass additional flags to `redis-server`. - `disableCommands` is now interpreted as an array of strings instead of a string of comma separated values. - `master.persistence.path` now defaults to `/data`. Signed-off-by: Jacob LeGrone <git@jacob.work> * test(stable/redis): add ci values for base images & configurations Signed-off-by: Jacob LeGrone <git@jacob.work>
10 lines
104 B
YAML
10 lines
104 B
YAML
master:
|
|
persistence:
|
|
enabled: false
|
|
|
|
cluster:
|
|
enabled: true
|
|
slaveCount: 1
|
|
|
|
usePassword: false
|