Minio gitrepo available without default tenant
Feature Request
Why
The default minio chart requires minio operator as it deploys a tenant
resource type. In our use case, and I imagine others, we do not want to use the default minio tenant, but rather specific tenants per namespace (like logging/loki does if enabled). Unfortunately, the minio chart is only available in a GitRepository
if minio is enabled.
We would like to propose an altered conditional to enable the gitrepo if minio or minio operator are deployed.
Proposed Solution
Change this conditional to include the or operator for if minio operator is enabled.