Skip to content

Commit 0a45b19

Browse files
committed
Update README
1 parent ceb5e2b commit 0a45b19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ eksctl create cluster \
107107
If you haven’t already, add the MarkLogic official repo to Helm using this command:
108108

109109
```
110-
helm repo add marklogic https://github.com/marklogic/marklogic-kubernetes
110+
helm repo add marklogic https://marklogic.github.io/marklogic-kubernetes/
111111
```
112112

113113
The output will look like this:
@@ -124,7 +124,7 @@ helm repo list
124124

125125
You should see an entry like this:
126126

127-
`marklogic https://github.com/marklogic/marklogic-kubernetes`
127+
`marklogic https://marklogic.github.io/marklogic-kubernetes/`
128128

129129
Use this command to ensure the Helm repo is up to date:
130130

docs/Local_Development_Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ minikube Ready control-plane,master 1d v1.23.3
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
6363
`helm repo add marklogic https://marklogic.github.io/marklogic-kubernetes/`
64-
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.
64+
Additionally create a `values.yaml` file for your installation, like the one found in the repository under `/charts`: https://marklogic.github.io/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`
6767
## Installing Multiple MarkLogic Hosts to Minikube

0 commit comments

Comments
 (0)