Skip to content

Commit

Permalink
fix(argo): CD dashboards
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Jan 25, 2024
1 parent 0d37903 commit 3b2943e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@
"to": "now"
},
"timezone": "utc",
"title": "ArgoCD / Application / Overview",
"title": "Argo / CD / Application / Overview",
"uid": "argo-cd-application-overview-kask",
"gnetId": 19974
}
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@
"schemaVersion": 38,
"tags": [
"ci/cd",
"argo-cd"
"argo-cd",
"argo"
],
"templating": {
"list": [
Expand Down Expand Up @@ -338,7 +339,7 @@
},
"timepicker": {},
"timezone": "utc",
"title": "ArgoCD / Notifications / Overview",
"title": "Argo / CD / Notifications / Overview",
"uid": "argo-cd-notifications-overview-kask",
"version": 1,
"weekStart": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@
"to": "now"
},
"timezone": "utc",
"title": "ArgoCD / Operational / Overview",
"title": "Argo / CD / Operational / Overview",
"uid": "argo-cd-operational-overview-kask",
"gnetId": 19993
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ items:
annotations:
grafana-folder: {{ base $folderName }}
labels:
app: argo-cd
{{- include "argo-cd.labels" ( dict "context" (index $.Subcharts "argo-cd") "component" "server" "name" "cm" ) | nindent 6 }}
grafana-dashboard: {{ $dashboardName }}
app: argo-cd
data:
argo-cd-{{ $dashboardName }}.json: |-
{{ $.Files.Get $path | indent 6 }}
Expand Down

0 comments on commit 3b2943e

Please sign in to comment.