1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Fix typo in gotk_reconcile_condition status

Signed-off-by: Nikolas Skoufis <nskoufis@seek.com.au>
This commit is contained in:
Nik Skoufis
2021-02-17 15:29:15 +11:00
committed by Nikolas Skoufis
parent cc2cbc2519
commit 0b6c979e47

View File

@@ -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"}
```