scopes: add title to scopedashboardbinding Signed-off-by: bergquist <carl.bergquist@gmail.com>
15 lines
292 B
YAML
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
|