You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
-[Installation](#installation)
11
11
-[Install manually](#install-manually)
12
12
-[Install via grafana.com](#install-via-grafanacom)
13
+
-[Install with ArgoCD](#install-with-argocd)
13
14
-[Install as ConfigMaps](#install-as-configmaps)
14
15
-[Install as ConfigMaps with Terraform](#install-as-configmaps-with-terraform)
15
16
-[Contributing](#contributing)
@@ -80,6 +81,14 @@ Grafana.com dashboard id list:
80
81
| k8s-views-nodes.json | 15759 |
81
82
| k8s-views-pods.json | 15760 |
82
83
84
+
### Install with ArgoCD
85
+
86
+
If you have ArgoCD, this will deploy the dashboards in ArgoCD's default project:
87
+
88
+
```terminal
89
+
kubectl apply -f argocd-app.yml
90
+
```
91
+
83
92
### Install as ConfigMaps
84
93
85
94
Grafana dashboards can be provisionned as Kubernetes ConfigMaps if you configure the [dashboard sidecar](https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml#L667) available on the official [Grafana Helm Chart](https://github.com/grafana/helm-charts/tree/main/charts/grafana).
0 commit comments