benfiola / minio-operator-ext

5 stars 0 forks source link

Accept secret references when defining the password for `MinioUser` resources #2

Closed benfiola closed 1 month ago

benfiola commented 1 month ago

Currently, the MinioUser only accepts a plain string as a value for its password field. This is not good.

Instead, the resource should be updated to accept a reference to a secret resource.

benfiola commented 1 month ago

This PR should address this.

NOTE: These changes result in changes to the MinioUser CRD schema.