Skip to content

Commit

Permalink
Update docs/install-helm.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rachel Lawton <[email protected]>
  • Loading branch information
david-martin and R-Lawton authored Jan 10, 2025
1 parent 05d18b9 commit 2b8122d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b8122d

Please sign in to comment.