druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 93 forks source link

make crd optional #307

Closed vladislavPV closed 1 year ago

vladislavPV commented 2 years ago

Description

There is no way to disable crd deploy right now. It might be useful in case user does not have access to deploy crds which require cluster level permissions. This PR make crd optional but still enabled by default to keep backward compatibility.

Key changed/added files in this PR