ContainerSolutions / redis-cluster-operator

A Kubernetes Operator for running Production Redis Clusters
Apache License 2.0
7 stars 3 forks source link

Update namespace and operator names to be more friendly to clusters #1

Closed chris-cmsoft closed 2 years ago

chris-cmsoft commented 2 years ago

By default Operator SDK generated controller-manager as both the namespace and names of most resources.

This is quite unfriendly to folks running many operators, and we should probably update these to be more reflective of the actual operator.

An example of this can be seen in config/manager/manager.yaml

chris-cmsoft commented 2 years ago

Done and released in v0.0.2-rc3