Skip to content
Snippets Groups Projects
Unverified Commit 0b6c979e authored by Nik Skoufis's avatar Nik Skoufis Committed by Nikolas Skoufis
Browse files

Fix typo in gotk_reconcile_condition status

parent cc2cbc25
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ Ready status metrics: ...@@ -67,7 +67,7 @@ Ready status metrics:
```sh ```sh
gotk_reconcile_condition{kind, name, namespace, type="Ready", status="True"} 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="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"} gotk_reconcile_condition{kind, name, namespace, type="Ready", status="Deleted"}
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment