Files
grafana/pkg/tests/apis/scopes/testdata/example-scope.yaml
Carl Bergquist c99fe4f970 Scopes: Add DashboardTitle to scopedashboardbinding (#88609)
scopes: add title to scopedashboardbinding

Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-06-04 10:36:03 +03:00

15 lines
292 B
YAML

apiVersion: scope.grafana.app/v0alpha1
kind: Scope
metadata:
name: example
spec:
title: bar-scope
description: Longer description for a scope
filters:
- key: aaa
operator: equals
value: bbb
- key: ccc
operator: not-equals
value: ddd