Skip to content

Commit

Permalink
Create DataSource and Dashboard (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: David Gubler <[email protected]>
  • Loading branch information
davidgubler and David Gubler authored Jun 7, 2023
1 parent 411cd6c commit ddc26dc
Show file tree
Hide file tree
Showing 6 changed files with 736 additions and 21 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ RUN make build
FROM busybox
COPY --from=builder /build/grafana-organizations-operator /
COPY --from=alpine:latest /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY default-dashboard.json /
CMD ["/grafana-organizations-operator"]
Loading

0 comments on commit ddc26dc

Please sign in to comment.