[stable/grafana] Bugfix secrets for sidecar role (#15750)

* [stable/grafana] Bugfix secrets for sidecar role

Give the secrets authorization also to the role and not only the
clusterrole

Signed-off-by: Sergej Herbert <herbert.sergej@gmail.com>

* [stable/grafana] Bugfix secrets sidecar version

Version bump

Signed-off-by: Sergej Herbert <herbert.sergej@gmail.com>
This commit is contained in:
Sergej Herbert
2019-07-22 23:22:53 -07:00
committed by Kubernetes Prow Robot
parent 0bee778b3b
commit dea5ea4a1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 3.7.1
version: 3.7.2
appVersion: 6.2.5
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
+1 -1
View File
@@ -23,7 +23,7 @@ rules:
{{- end }}
{{- if and .Values.rbac.namespaced (or .Values.sidecar.dashboards.enabled .Values.sidecar.datasources.enabled) }}
- apiGroups: [""] # "" indicates the core API group
resources: ["configmaps"]
resources: ["configmaps", "secrets"]
verbs: ["get", "watch", "list"]
{{- end }}
{{- else }}