Skip to content

Commit

Permalink
docs: Update helm list command in installation guide to use new names…
Browse files Browse the repository at this point in the history
…paces. (#730)

**Reason for Change**:

Fix to onboarding documentation. New users might be surprised to find no
helm deployments when in fact they were pushed correctly.

**Requirements**

- [ ] added unit tests and e2e tests (if applicable). N/A

**Issue Fixed**:

None

**Notes for Reviewers**:

Fix after #706.
  • Loading branch information
abenn135 authored Nov 25, 2024
1 parent 0aea28e commit 2139dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ You can run the following commands to verify the installation of the controllers
Check status of the Helm chart installations.

```bash
helm list -n default
helm list -n kaito-workspace
helm list -n gpu-provisioner
```

Check status of the `workspace`.
Expand Down

0 comments on commit 2139dfe

Please sign in to comment.