Skip to content

Commit

Permalink
[KYUUBI #1999] Update quick_start_with_helm.md
Browse files Browse the repository at this point in the history
cretate ns kyuubi ---> create ns kyuubi

### _Why are the changes needed?_

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #1999 from HYBG-1126/patch-1.

Closes #1999

f68f73e [HYBG] Update quick_start_with_helm.md

Lead-authored-by: HYBG-1126 <hybg1126@outlook.com>
Co-authored-by: HYBG <44338121+HYBG-1126@users.noreply.github.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
2 people authored and pan3793 committed Mar 3, 2022
1 parent e250c4a commit 85d515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start/quick_start_with_helm.md
Expand Up @@ -35,7 +35,7 @@ Please go to [Install Helm](https://helm.sh/docs/intro/install/) page to get and

#### [Optional] Create namespace on kubernetes
```bash
cretate ns kyuubi
create ns kyuubi
```

#### Get kyuubi started
Expand Down

0 comments on commit 85d515d

Please sign in to comment.