Skip to content

Commit 8d0c720

Browse files
committed
fix caches ClusterRoleBinding wording
1 parent 6a403f8 commit 8d0c720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/templates/caches-role-binding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRoleBinding
33
metadata:
4-
name: {{ include "ack-elasticache-controller.app.fullname" . }}-namespace-caches
4+
name: {{ include "ack-elasticache-controller.app.fullname" . }}-namespaces-cache
55
labels:
66
app.kubernetes.io/name: {{ include "ack-elasticache-controller.app.name" . }}
77
app.kubernetes.io/instance: {{ .Release.Name }}
@@ -12,7 +12,7 @@ metadata:
1212
roleRef:
1313
kind: ClusterRole
1414
apiGroup: rbac.authorization.k8s.io
15-
name: {{ include "ack-elasticache-controller.app.fullname" . }}-namespace-caches
15+
name: {{ include "ack-elasticache-controller.app.fullname" . }}-namespaces-cache
1616
subjects:
1717
- kind: ServiceAccount
1818
name: {{ include "ack-elasticache-controller.service-account.name" . }}

0 commit comments

Comments
 (0)