Skip to content
2 changes: 1 addition & 1 deletion charts/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: monitoring
description: A monitoring stack for the workflows deployment
type: application
version: 0.1.10
version: 0.1.11
dependencies:
- name: grafana
repository: https://grafana.github.io/helm-charts
Expand Down
2 changes: 2 additions & 0 deletions charts/monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ grafana:
use_pkce: true
use_refresh_token: true
email_attribute_path: id
allow_assign_grafana_admin: true
role_attribute_path: (email=='teo.ching@diamond.ac.uk' || email=='benedikt.daurer@diamond.ac.uk' || email=='thomas.thomas@diamond.ac.uk' || email=='vigneshwar.shanmugasundar@diamond.ac.uk' || email=='david.hadley@diamond.ac.uk' || email=='james.gilbert@diamond.ac.uk' || email=='victoria.beilsten-edmands@diamond.ac.uk') && 'GrafanaAdmin' || 'Viewer'
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
Expand Down
Loading