spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.51k stars 359 forks source link

Improve installation documentation on website #683

Closed MathieuCesbron closed 8 months ago

MathieuCesbron commented 8 months ago

Expected behaviour

On the website at the installation page, we install the operator on the namespace ot-operators. On the README.md of the github page we don't add a customised namespace.

For a tutorial it's simpler to deploy in the default namespace, so we could update helm upgrade redis-operator ot-helm/redis-operator --install --namespace ot-operators to helm upgrade redis-operator ot-helm/redis-operator --install.

I cannot find where to make the change in the master branch. Can you help me on that ?