From 58b87694d8746a7a7e5bf604ec9fcad8d659d245 Mon Sep 17 00:00:00 2001 From: pandvan Date: Wed, 25 Jun 2025 16:18:38 +0200 Subject: [PATCH] fix caches ClusterRoleBinding wording --- helm/templates/caches-role-binding.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/templates/caches-role-binding.yaml b/helm/templates/caches-role-binding.yaml index 48e97df..3205ee2 100644 --- a/helm/templates/caches-role-binding.yaml +++ b/helm/templates/caches-role-binding.yaml @@ -1,7 +1,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: - name: {{ include "ack-elasticache-controller.app.fullname" . }}-namespace-caches + name: {{ include "ack-elasticache-controller.app.fullname" . }}-namespaces-cache labels: app.kubernetes.io/name: {{ include "ack-elasticache-controller.app.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} @@ -12,7 +12,7 @@ metadata: roleRef: kind: ClusterRole apiGroup: rbac.authorization.k8s.io - name: {{ include "ack-elasticache-controller.app.fullname" . }}-namespace-caches + name: {{ include "ack-elasticache-controller.app.fullname" . }}-namespaces-cache subjects: - kind: ServiceAccount name: {{ include "ack-elasticache-controller.service-account.name" . }}