Skip to content

Commit c59b06c

Browse files
authored
fix: incorrect rolebinding namespace for kube-system:extension-apiserver-authentication-reader role (#1507)
1 parent ece9482 commit c59b06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/vsphere-cpi/templates/role-binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ items:
1111
app: {{ template "cpi.name" . }}
1212
vsphere-cpi-infra: role-binding
1313
component: cloud-controller-manager
14-
namespace: {{ .Release.Namespace }}
14+
namespace: kube-system
1515
roleRef:
1616
apiGroup: rbac.authorization.k8s.io
1717
kind: Role

0 commit comments

Comments
 (0)