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 11apiVersion : rbac.authorization.k8s.io/v1
22kind : ClusterRoleBinding
33metadata :
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:
1212roleRef :
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
1616subjects :
1717- kind : ServiceAccount
1818 name : {{ include "ack-elasticache-controller.service-account.name" . }}
You can’t perform that action at this time.
0 commit comments