Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
grafana
Browse files Browse the repository at this point in the history
Signed-off-by: Kalya Subramanian <[email protected]>
  • Loading branch information
ksubrmnn committed Sep 24, 2021
1 parent be6ca12 commit f10badc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/osm/templates/grafana-rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{{- if .Values.OpenServiceMesh.deployGrafana}}
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
{{- include "osm.labels" . | nindent 4 }}
app: osm-grafana
name: osm-grafana
namespace: {{ include "osm.namespace" . }}

---

kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand Down

0 comments on commit f10badc

Please sign in to comment.