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