From 321b77d1b758f4ed8f67e33f83342883bc79f477 Mon Sep 17 00:00:00 2001 From: Julien Duchesne Date: Mon, 12 Dec 2022 21:27:24 -0500 Subject: [PATCH] Reports are working! Add example --- examples/cloud-stack-chain/7.report.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/cloud-stack-chain/7.report.yml diff --git a/examples/cloud-stack-chain/7.report.yml b/examples/cloud-stack-chain/7.report.yml new file mode 100644 index 0000000..c514ff9 --- /dev/null +++ b/examples/cloud-stack-chain/7.report.yml @@ -0,0 +1,16 @@ +apiVersion: enterprise.grafana.crossplane.io/v1alpha1 +kind: Report +metadata: + name: cloud-stack-report +spec: + forProvider: + name: my-report + message: Test Report! + dashboardRef: + name: cloud-stack-dashboard + recipients: + - julien.duchesne@grafana.com + schedule: + - frequency: never + providerConfigRef: + name: grafana-cloud-instance-provider \ No newline at end of file