Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update typos in docs #36

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ privileges or be logged in as admin.

### To Deploy a sample `NIMCache` and `NIMService` instance

Follow the guides [here](https://github.com/NVIDIA/k8s-nim-operator/-/tree/main/docs?ref_type=heads) to deploy sample CR instances.
Follow the guides [here](https://github.com/NVIDIA/k8s-nim-operator/tree/main/docs) to deploy sample CR instances.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't say this to stop you, but I made several edits to the private version of this file. I'm dusting it off now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no worries, if you have a PR to handle this already, i will close this.


### To Uninstall
**Delete the instances (CRs) from the cluster:**
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ kubectl create secret -n nim-operator docker-registry ngc-secret \
Install the NIM Operator using the Helm chart located in the helm/k8s-nim-operator directory.

```sh
helm install nim-operator helm/k8s-nim-operator -n nim-operator
helm install nim-operator deployments/helm/k8s-nim-operator -n nim-operator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I brought in this change in #37.

```

### 6. Verify Installation
Expand Down