From 2b8122dc3a1704e312a281098968690ddd9a0674 Mon Sep 17 00:00:00 2001 From: David Martin Date: Fri, 10 Jan 2025 10:42:24 +0000 Subject: [PATCH] Update docs/install-helm.md Co-authored-by: Rachel Lawton --- docs/install-helm.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/install-helm.md b/docs/install-helm.md index 446e3096c..3a85c8631 100644 --- a/docs/install-helm.md +++ b/docs/install-helm.md @@ -21,16 +21,11 @@ metadata: EOF ``` -If everything went well, the status of the resource shoulde be `Ready` +If everything went well, the status of the resource should be `Ready` ```bash -kubectl get kuadrant kuadrant -n kuadrant-system -o=wide -``` +kubectl get kuadrant kuadrant -n kuadrant-system -o=jsonpath='{.status.conditions[?(@.type=="Ready")].message}{"\n"}'``` -```bash -NAME STATUS AGE -kuadrant Ready 64s -``` ## Next Steps