Skip to content

Commit 8c91aec

Browse files
avi-bitonRoming22
authored andcommitted
fix(RHTAPWATCH-8): Update GrafanaDashboard to match GrafanaOperator v5
- Replacing `apiVersion` - Adding `instanceSelector` - Update path to dashbords in infra-deployments Signed-off-by: Avi Biton <[email protected]>
1 parent 644a27f commit 8c91aec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

developer/openshift/gitops/argocd/pipeline-service-o11y/appstudio-grafana/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ commonAnnotations:
1111
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
1212
namespace: appstudio-grafana
1313
configurations:
14-
- https://raw.githubusercontent.com/redhat-appstudio/infra-deployments/main/components/monitoring/grafana/base/cm-dashboard.yaml
14+
- https://raw.githubusercontent.com/redhat-appstudio/infra-deployments/main/components/monitoring/grafana/base/dashboards/cm-dashboard.yaml
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: integreatly.org/v1alpha1
2+
apiVersion: grafana.integreatly.org/v1beta1
33
kind: GrafanaDashboard
44
metadata:
55
name: grafana-dashboard-pipeline-service
@@ -8,6 +8,9 @@ metadata:
88
annotations:
99
argocd.argoproj.io/sync-wave: "0"
1010
spec:
11+
instanceSelector:
12+
matchLabels:
13+
dashboards: "appstudio-grafana"
1114
configMapRef:
1215
name: grafana-dashboard-pipeline-service
1316
key: pipeline-service-dashboard.json

0 commit comments

Comments
 (0)