Last active
April 7, 2022 08:25
-
-
Save Duologic/52c6026a9b4daec1c08ff45807a97c72 to your computer and use it in GitHub Desktop.
Read dashboard from OCI registry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: grafana.com/v1 | |
kind: Dashboards | |
metadata: | |
name: my-app-dashboards | |
namespace: default | |
spec: | |
containers: | |
- name: app-dashboards | |
image: app-dashboard-image:v1.3 | |
imagePullPolicy: IfNotPresent | |
folder: App |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment