cab5818bc7
- Note: The `dashboardTitle` property and this property (`groups`) are likely to move from the `spec` container to the `status` container within the `scopeDashboardBinding` object in the future.
9 lines
217 B
YAML
9 lines
217 B
YAML
apiVersion: scope.grafana.app/v0alpha1
|
|
kind: ScopeDashboardBinding
|
|
metadata:
|
|
name: example_abc
|
|
spec:
|
|
scope: example
|
|
dashboard: abc
|
|
dashboardTitle: "Example Dashboard ABC"
|
|
groups: ["group1", "group2"] |