Skip to content

Commit

Permalink
test: update example test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Oct 28, 2024
1 parent b99b0c1 commit 62f590b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tests/example-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
matchLabels:
test: "testdata"
uid: testdata
title: "Test Data testdata"
title: "Folder!"
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDatasource
Expand All @@ -35,10 +35,10 @@ spec:
instanceSelector:
matchLabels:
test: "testdata"
uid: testdata-datasource
datasource:
orgId: 1
isDefault: true
uid: grafana-testdata
name: grafana-testdata-datasource
type: grafana-testdata-datasource
access: proxy
Expand Down Expand Up @@ -159,6 +159,7 @@ spec:
instanceSelector:
matchLabels:
test: "testdata"
uid: testdata-dash
json: >
{
"annotations": {
Expand All @@ -185,7 +186,7 @@ spec:
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "grafana-testdata"
"uid": "testdata-datasource"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -254,7 +255,7 @@ spec:
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "grafana-testdata"
"uid": "testdata-datasource"
},
"refId": "A",
"scenarioId": "grafana_api",
Expand All @@ -267,7 +268,7 @@ spec:
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "grafana-testdata"
"uid": "testdata-datasource"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -322,7 +323,7 @@ spec:
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "grafana-testdata"
"uid": "testdata-datasource"
},
"hide": false,
"refId": "A",
Expand All @@ -334,6 +335,7 @@ spec:
"type": "table"
}
],
"refresh": "5s",
"schemaVersion": 39,
"tags": [],
"templating": {
Expand Down

0 comments on commit 62f590b

Please sign in to comment.