Skip to content

Commit

Permalink
Update GrafanaFolder example syntax (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
johankok authored Dec 22, 2023
1 parent 38f34be commit 46be4f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/grafana-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ metadata:
"dashboards": "grafana-a"
}
},
"json": "{\n\n \"uid\": \"nErXDvCkzz\",\n \"title\": \"Example Folder\"\n}"
"title": "Example Folder"
}
}
]
capabilities: Basic Install
categories: Monitoring
containerImage: ghcr.io/grafana/grafana-operator@sha256:97561cef949b58f55ec67d133c02ac205e2ec3fb77388aeb868dacfcebad0752
createdAt: "2023-12-12T08:04:09Z"
createdAt: "2023-12-20T15:40:51Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana/grafana-operator
Expand Down
7 changes: 1 addition & 6 deletions config/samples/grafana_v1beta1_grafanafolder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ spec:
instanceSelector:
matchLabels:
dashboards: "grafana-a"
json: >-
{
"uid": "nErXDvCkzz",
"title": "Example Folder"
}
title: "Example Folder"

0 comments on commit 46be4f5

Please sign in to comment.