Skip to content

Commit

Permalink
fix clusterRole typo (#1151)
Browse files Browse the repository at this point in the history
fix typo

(cherry picked from commit 5d32eb3)
  • Loading branch information
labuladong authored and ericsyh committed Mar 5, 2024
1 parent 13c975d commit efbab71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ kind: {{ template "pulsar.bookkeeperRoleBindingKind" . }}
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: '{{ template "pulsar.fullname" . }}-{{ .Values.bookkeeper.rbac.name }}-operator'
{{- if not .Values.bookkeeper.serviceAccount.cluserRole }}
{{- if not .Values.bookkeeper.serviceAccount.clusterRole }}
namespace: {{ template "pulsar.namespace" . }}
{{- end }}
subjects:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ kind: {{ template "pulsar.operatorRoleBindingKind" . }}
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: '{{ template "pulsar.fullname" . }}-{{ .Values.pulsar.rbac.name }}-operator'
{{- if not .Values.pulsar.serviceAccount.cluserRole }}
{{- if not .Values.pulsar.serviceAccount.clusterRole }}
namespace: {{ template "pulsar.namespace" . }}
{{- end }}
subjects:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ kind: {{ template "pulsar.zookeeperRoleBindingKind" . }}
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: '{{ template "pulsar.fullname" . }}-{{ .Values.zookeeper.rbac.name }}-operator'
{{- if not .Values.zookeeper.serviceAccount.cluserRole }}
{{- if not .Values.zookeeper.serviceAccount.clusterRole }}
namespace: {{ template "pulsar.namespace" . }}
{{- end }}
subjects:
Expand Down

0 comments on commit efbab71

Please sign in to comment.