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 committed Jan 10, 2025
1 parent 05d18b9 commit eae9692
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ 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 eae9692

Please sign in to comment.