We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c59bda commit 0f33e51Copy full SHA for 0f33e51
operations/observability/mixins/self-hosted/dashboards.libsonnet
@@ -6,6 +6,6 @@
6
{
7
grafanaDashboards+:: {
8
'gitpod-sh-example-overview.json': (import 'dashboards/examples/overview.json'),
9
- 'gitpod-sh-example-overview.json': (import 'dashboards/argocd/argocd.json'),
+ 'argocd.json': (import 'dashboards/argocd/argocd.json'),
10
},
11
}
0 commit comments