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
No known key found for this signature in database
GPG key ID: A8BE63C36BBF5D25

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