tongdun / td-redis-operator

一款强大的云原生redis-operator,经过大规模生产级运行考验,支持分布式集群、支持主备切换等缓存集群解决方案…The powerful cloud-native redis-operator, which has passed the test of large-scale production-level operation, supports distributed clusters and active/standby switching ...
Apache License 2.0
505 stars 89 forks source link

Remove unused enabled option, add none option #20

Closed LeRaymy closed 1 year ago

LeRaymy commented 1 year ago

In the default values.yaml, there is an option enabled for both cluster and standby. But there is any trace of the use of this variable in the templates of the Chart. I suggest to just delete the option.

Furthemore, I suggest to precise that you can chose to deploy just the operator, by adding a value none (or any string different than all|cluster|standby|manager) for the type option.

DoubleJ213 commented 1 year ago

Good suggestion to delete useless configuration. and I 'll enable to add the type none for only installing the operator.