scopes: add title to scopedashboardbinding Signed-off-by: bergquist <carl.bergquist@gmail.com>
15 lines
293 B
YAML
15 lines
293 B
YAML
apiVersion: scope.grafana.app/v0alpha1
|
|
kind: Scope
|
|
metadata:
|
|
name: example2
|
|
spec:
|
|
title: foo-scope
|
|
description: Longer description for a scope
|
|
filters:
|
|
- key: aaa
|
|
operator: equals
|
|
value: zzz
|
|
- key: ccc
|
|
operator: not-equals
|
|
value: yyy
|