mirror of
https://github.com/fluxcd/flux2-monitoring-example.git
synced 2024-12-14 10:47:31 +00:00
Merge pull request #8 from fluxcd/exclude-suspended
cluster dashboard: exclude `suspended` in readiness
This commit is contained in:
commit
4d364c308a
1 changed files with 2 additions and 0 deletions
|
@ -581,6 +581,7 @@
|
|||
"service": true,
|
||||
"source_name": true,
|
||||
"status": true,
|
||||
"suspended": true,
|
||||
"type": true
|
||||
},
|
||||
"indexByName": {
|
||||
|
@ -769,6 +770,7 @@
|
|||
"revision": true,
|
||||
"service": true,
|
||||
"status": true,
|
||||
"suspended": true,
|
||||
"type": true,
|
||||
"url": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue