[stable/rabbitmq] Fix hardcoded service account name (#5158)

* [stable/rabbitmq] Fix hardcoded service account name

The service account name in rolebinding.yaml is currently hardcoded to rabbitmq. This change aligns it with the value the name the service account is actually created with: {{ template "rabbitmq.fullname" . }}

* [stable/rabbitmq] Bump chart version to 0.7.6
This commit is contained in:
Dale Tristram
2018-04-20 03:03:59 -07:00
committed by k8s-ci-robot
parent 7da5c61319
commit 2fe630187a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: rabbitmq
version: 0.7.5
version: 0.7.6
appVersion: 3.7.4
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
+1 -1
View File
@@ -10,7 +10,7 @@ metadata:
heritage: "{{ .Release.Service }}"
subjects:
- kind: ServiceAccount
name: rabbitmq
name: {{ template "rabbitmq.fullname" . }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role