final fix 7
This commit is contained in:
@@ -74,8 +74,6 @@ spec:
|
|||||||
value: "true"
|
value: "true"
|
||||||
- name: GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_PATH
|
- name: GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_PATH
|
||||||
value: "contains(groups[*], 'github.com:codemowers:admins') && 'Admin' || 'Viewer'"
|
value: "contains(groups[*], 'github.com:codemowers:admins') && 'Admin' || 'Viewer'"
|
||||||
- name: GF_AUTH_GENERIC_OAUTH_USE_PKCE
|
|
||||||
value: "false"
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: grafana-storage
|
- name: grafana-storage
|
||||||
mountPath: /var/lib/grafana
|
mountPath: /var/lib/grafana
|
||||||
@@ -121,4 +119,4 @@ spec:
|
|||||||
- openid
|
- openid
|
||||||
- profile
|
- profile
|
||||||
- offline_access
|
- offline_access
|
||||||
pkce: "false"
|
pkce: false
|
||||||
|
|||||||
Reference in New Issue
Block a user