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.
I created a Helm Chart to manage the CRDs for all the services I use, and I want to disable the installation of CRDs from the MinIO Operator Helm Chart.
Describe the solution you'd like
Add a new flag to the MinIO Operator Helm Chart to control CRD installation, with the default value set to true.
operator:
crds:
enabled: true
Additional context
The K8S cluster is managed by ArgoCD