Skip to content

Commit

Permalink
Merge pull request #8 from fluxcd/exclude-suspended
Browse files Browse the repository at this point in the history
cluster dashboard: exclude `suspended` in readiness
  • Loading branch information
darkowlzz authored Oct 5, 2023
2 parents 21c9646 + 085f259 commit 4d364c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monitoring/configs/dashboards/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@
"service": true,
"source_name": true,
"status": true,
"suspended": true,
"type": true
},
"indexByName": {
Expand Down Expand Up @@ -769,6 +770,7 @@
"revision": true,
"service": true,
"status": true,
"suspended": true,
"type": true,
"url": true
},
Expand Down

0 comments on commit 4d364c3

Please sign in to comment.