1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Remove namespace from ClusterRoleBinding

It's not namespace scoped. This breaks some tools like kpt.
This commit is contained in:
James Ravn
2021-06-04 11:04:14 +01:00
committed by GitHub
parent d7dc0abd7b
commit e40620effa

View File

@@ -33,7 +33,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: descheduler-cluster-role-binding
namespace: kube-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole