diff --git a/charts/ceph-csi-rbd/templates/nodeplugin-clusterrolebinding.yaml b/charts/ceph-csi-rbd/templates/nodeplugin-clusterrolebinding.yaml index fdc79be4a..bf52865e1 100644 --- a/charts/ceph-csi-rbd/templates/nodeplugin-clusterrolebinding.yaml +++ b/charts/ceph-csi-rbd/templates/nodeplugin-clusterrolebinding.yaml @@ -1,5 +1,4 @@ {{- if .Values.rbac.create -}} -{{- if .Values.topology.enabled }} kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: @@ -18,5 +17,4 @@ roleRef: kind: ClusterRole name: {{ include "ceph-csi-rbd.nodeplugin.fullname" . }} apiGroup: rbac.authorization.k8s.io -{{- end }} {{- end -}}