druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 93 forks source link

Helm chart templates for roles and service accounts are not correct #308

Closed zhangluva closed 1 year ago

zhangluva commented 2 years ago

There are a few problems there in the templates. 1) Doc says the operator can watch multiple namespaces, by setting env. WATCH_NAMESPACE=NS1,NS2. But the templates do not handle multiple namespaces. 2) Permissions on storage.k8s.io is needed, otherwise scalePvcSts won't work

AdheipSingh commented 2 years ago

@zhangluva feel free to submit a patch. Thanks for pointing this out