Skip to content

Commit fe3eb15

Browse files
Merge pull request #11 from ilanRosenbaum/bugfix/CLD-504
CLD-504 Bugfix
2 parents e55467a + 0a45b19 commit fe3eb15

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ 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`
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.
63+
`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://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
@@ -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)