Skip to content

Commit ceb5e2b

Browse files
committed
CLD-504: Fix helm repo add url
1 parent e55467a commit ceb5e2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/Local_Development_Tutorial.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ minikube Ready control-plane,master 1d v1.23.3
6060
`minikube image load store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4`
6161
The image ID used in the example is `store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4`, which may not be the latest image. To find the latest ID go to https://hub.docker.com/_/marklogic
6262
- Add the helm repository
63-
`helm repo add marklogic https://github.com/marklogic/marklogic-kubernetes`
63+
`helm repo add marklogic https://marklogic.github.io/marklogic-kubernetes/`
6464
Additionally create a `values.yaml` file for your installation, like the one found in the repository under `/charts`: https://github.com/marklogic/marklogic-kubernetes/. The `values.yaml` file controls configuration for MarkLogic Server running in kubernetes.
6565
Run `helm install RELEASE_NAME marklogic/marklogic --version=1.0.0-ea1 -f values.yaml` where the `RELEASE_NAME` can be any name you want to use to identify this deployment.
6666
For example: `helm install marklogic-local-dev-env marklogic/marklogic --version=1.0.0-ea1 -f values.yaml`
@@ -157,5 +157,3 @@ To cleanup a running kubernetes cluster, run the following commands:
157157
For Example:
158158
`helm uninstall marklogic-local-dev-env`
159159
- `minikube delete`
160-
161-

0 commit comments

Comments
 (0)