goharbor / harbor-cluster-operator

Kubernetes operator for deploying and managing Harbor and its dependent services (database, cache and storage) in a scalable and high-available way
Apache License 2.0
27 stars 14 forks source link

The namespace for cluster and clusterrole isn't needed #232

Open ywk253100 opened 4 years ago

ywk253100 commented 4 years ago

Some of the Cluster and ClusterRole are put under the namespace, this isn't correct and will cause some failure when deploying the operator in some kinds of Kubernetes environment

https://github.com/goharbor/harbor-cluster-operator/blob/master/manifests/all-in-one.yaml#L2302