Skip to content

Commit de018a1

Browse files
committed
Fixed wrong paths in helm example
1 parent b7f75e4 commit de018a1

File tree

1 file changed

+2
-2
lines changed
  • src/content/deployment/kubernetes

1 file changed

+2
-2
lines changed

src/content/deployment/kubernetes/helm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ $ kubectl create namespace oxia
1313

1414
$ git clone https://github.com/oxia-db/helm-charts.git
1515

16-
$ cd oxia
16+
$ cd helm-charts
1717

1818
$ helm upgrade --install oxia \
1919
--namespace oxia \
2020
--set image.repository=oxia/oxia \
2121
--set image.tag=latest \
2222
--set image.pullPolicy=IfNotPresent \
23-
deploy/charts/oxia-cluster
23+
charts/oxia-cluster
2424
```
2525

2626
## Monitoring Oxia

0 commit comments

Comments
 (0)