mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
0bee778b3b
commit
dea5ea4a1f
@@ -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.
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user