Files
Jacob LeGroneandKubernetes Prow Robot b57cf383eb [stable/redis] support redis docker library image (#7745)
* 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>
2018-12-04 09:45:03 -08:00

10 lines
104 B
YAML

master:
persistence:
enabled: false
cluster:
enabled: true
slaveCount: 1
usePassword: false