File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : rbac.authorization.k8s.io/v1
2
2
kind : ClusterRoleBinding
3
3
metadata :
4
- name : {{ include "ack-elasticache-controller.app.fullname" . }}-namespace-caches
4
+ name : {{ include "ack-elasticache-controller.app.fullname" . }}-namespaces-cache
5
5
labels :
6
6
app.kubernetes.io/name : {{ include "ack-elasticache-controller.app.name" . }}
7
7
app.kubernetes.io/instance : {{ .Release.Name }}
@@ -12,7 +12,7 @@ metadata:
12
12
roleRef :
13
13
kind : ClusterRole
14
14
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
16
16
subjects :
17
17
- kind : ServiceAccount
18
18
name : {{ include "ack-elasticache-controller.service-account.name" . }}
You can’t perform that action at this time.
0 commit comments