Skip to content

Commit b12c01f

Browse files
committed
Add "openfga" and "authorization" tags to the openfga dashboard
Signed-off-by: sami <[email protected]>
1 parent 4a82bb3 commit b12c01f

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

charts/platform-grafana-dashboards/dashboards/nats/jetstream_dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,8 +1133,8 @@
11331133
"allValue": "\".+\"",
11341134
"current": {
11351135
"selected": false,
1136-
"text": "demo",
1137-
"value": "demo"
1136+
"text": "{{ .Release.Namespace }}",
1137+
"value": "{{ .Release.Namespace }}"
11381138
},
11391139
"datasource": "${datasource}",
11401140
"description": null,

charts/platform-grafana-dashboards/dashboards/nats/nats_dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,8 @@
928928
"allValue": "\".+\"",
929929
"current": {
930930
"selected": false,
931-
"text": "demo",
932-
"value": "demo"
931+
"text": "{{ .Release.Namespace }}",
932+
"value": "{{ .Release.Namespace }}"
933933
},
934934
"datasource": "${datasource}",
935935
"description": null,

charts/platform-grafana-dashboards/dashboards/openfga/dashboard.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,10 @@
12181218
],
12191219
"refresh": "5s",
12201220
"schemaVersion": 39,
1221-
"tags": [],
1221+
"tags": [
1222+
"openfga",
1223+
"authorization"
1224+
],
12221225
"templating": {
12231226
"list": [
12241227
{
@@ -1246,8 +1249,8 @@
12461249
"allValue": "\".+\"",
12471250
"current": {
12481251
"selected": false,
1249-
"text": "demo",
1250-
"value": "demo"
1252+
"text": "{{ .Release.Namespace }}",
1253+
"value": "{{ .Release.Namespace }}"
12511254
},
12521255
"datasource": "${datasource}",
12531256
"description": null,

0 commit comments

Comments
 (0)