mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 01:07:27 +00:00
Merge pull request #935 from Niksko/patch-1
Fix typo in gotk_reconcile_condition status
This commit is contained in:
commit
71712ae1c3
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ Ready status metrics:
|
|||
```sh
|
||||
gotk_reconcile_condition{kind, name, namespace, type="Ready", status="True"}
|
||||
gotk_reconcile_condition{kind, name, namespace, type="Ready", status="False"}
|
||||
gotk_reconcile_condition{kind, name, namespace, type="Ready", status="Unkown"}
|
||||
gotk_reconcile_condition{kind, name, namespace, type="Ready", status="Unknown"}
|
||||
gotk_reconcile_condition{kind, name, namespace, type="Ready", status="Deleted"}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue