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
Currently, the Helm chart only allows the creation of a single ClusterRole and ClusterRoleBinding, which would create collisions if a chart is installed multiple times in the same Kubernetes cluster.
Additionally, the controller needs to properly handle the case of watching multiple namespaces, when WATCH_NAMESPACE is a comma-separated list of namespaces.
The text was updated successfully, but these errors were encountered:
Currently, the Helm chart only allows the creation of a single
ClusterRole
andClusterRoleBinding
, which would create collisions if a chart is installed multiple times in the same Kubernetes cluster.Additionally, the controller needs to properly handle the case of watching multiple namespaces, when
WATCH_NAMESPACE
is a comma-separated list of namespaces.The text was updated successfully, but these errors were encountered: