From 4d795c9d7d12f00ddf2af260f65eeb2bd5cf584b Mon Sep 17 00:00:00 2001 From: b13n1u Date: Mon, 18 Jun 2018 20:21:31 +0200 Subject: [PATCH] [stable/grafana] Fixed a typo in clusterrolebinding.yaml. (#6158) * Fixed a typo in clusterrolebinding.yaml * Version bump --- stable/grafana/Chart.yaml | 2 +- stable/grafana/templates/clusterrolebinding.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 3fa337f3a2..7c3924db77 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,5 +1,5 @@ name: grafana -version: 1.11.3 +version: 1.11.4 appVersion: 5.1.3 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. diff --git a/stable/grafana/templates/clusterrolebinding.yaml b/stable/grafana/templates/clusterrolebinding.yaml index e2e2021154..093e5518e7 100644 --- a/stable/grafana/templates/clusterrolebinding.yaml +++ b/stable/grafana/templates/clusterrolebinding.yaml @@ -15,7 +15,7 @@ metadata: subjects: - kind: ServiceAccount name: {{ template "grafana.serviceAccountName" . }} - namespace: {{ .Release.namespace }} + namespace: {{ .Release.Namespace }} roleRef: kind: ClusterRole name: {{ template "grafana.fullname" . }}-clusterrole