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
Helm chart fails to install when the watchNamespace parameter contains the same namespace as the Helm release namespace. It tries to create a RoleBinding object for that namespace twice, causing the installation to fail.
Expected Behavior
The Helm chart should create a RoleBinding only once per namespace, even if the release namespace is included in watchNamespace.
Actual Behavior
The chart tries to create two RoleBinding objects for the same namespace, causing the installation to fail.
Steps to Reproduce the Problem
Set the Helm release namespace to test
Set the watchNamespace parameter to test
helm install keda kedacore/keda --namespace test --set watchNamespace=test