minio / operator

Simple Kubernetes Operator for MinIO clusters :computer:
https://min.io/docs/minio/kubernetes/upstream/index.html
GNU Affero General Public License v3.0
1.19k stars 450 forks source link

Remove MINIO_OPERATOR_DEPLOYMENT_NAME variable #2322

Closed ramondeklein closed 1 week ago

ramondeklein commented 1 week ago

PR #2242 removed some obsolete code, because the Helm chart always installs the operator with the name minio-operator. This PR will remove the support for the MINIO_OPERATOR_DEPLOYMENT_NAME that could be set to then name of the operator deployment. Because Helm always sets it to minio-operator, there is no real need to keep supporting this.

Although it's technically possible to install the operator without the Helm script and use a different name, it's not very likely that this is being used. There are also no checks if other names would actually work correctly. Removing the environment variable seems to be the most logical thing to do.