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