You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When create Tenant CR to operator, the CRD of Tenant does not contain the property externalIPs to deploy minio service. But the helm chart values of minio contains the externalIPs in the service section.
Describe the solution you'd like
When creating request of Tenant to operator, it should support 'externalIPs' to deploy minio service for tenant.
After that, the deployed minio service will support externalIPs
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When create Tenant CR to operator, the CRD of Tenant does not contain the property externalIPs to deploy minio service. But the helm chart values of minio contains the externalIPs in the service section.
minio/helm/minio/values.yaml # 173 line
service: type: ClusterIP clusterIP: ~ port: "9000" nodePort: 32000 loadBalancerIP: ~ externalIPs: [] annotations: {}
Describe the solution you'd like
When creating request of Tenant to operator, it should support 'externalIPs' to deploy minio service for tenant.
After that, the deployed minio service will support externalIPs
The text was updated successfully, but these errors were encountered: