You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-For the image ID in this example,`store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4` is what the latest image is. To find the latest id go to https://hub.docker.com/_/marklogic
62
+
For the image ID in this example,`store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4` is what the latest image is. To find the latest id go to https://hub.docker.com/_/marklogic
63
63
- Navigate to where you downloaded or cloned the MarkLogic Helm repository.
64
-
-Verify that the image loaded to Minikube with the comand above matches the `repository` and `tag` in the `values.yaml`.
64
+
Verify that the image loaded to Minikube with the comand above matches the `repository` and `tag` in the `values.yaml`.
65
65
```YAML
66
66
image:
67
67
repository: store/marklogicdb/marklogic-server
68
68
tag: 10.0-9-centos-1.0.0-ea4
69
69
```
70
-
- Navigate to the `/charts` folder in your local directory.
71
-
- Run `helm install RELEASE_NAME .` where the `RELEASE_NAME` can be any name you want to use to identify this deployment.
72
-
For example: `helm install marklogic-local-dev-env .`.
70
+
Navigate to the `/charts` folder in your local directory.
71
+
Run `helm install RELEASE_NAME .` where the `RELEASE_NAME` can be any name you want to use to identify this deployment.
72
+
For example: `helm install marklogic-local-dev-env .`
73
73
## Installing Multiple MarkLogic Hosts to Minikube
0 commit comments