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
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ $ script/deploy \
31
31
32
32
These instructions will prepare and submit the content and assets for this deconst documentation in a dev env in Kubernetes with Minikube.
33
33
34
-
1.Run through [Deconst Dev Env in Kubernetes with Minikube](https://github.com/deconst/presenter#deconst-dev-env-in-kubernetes-with-minikube)
34
+
1.If necessary, deploy the [presenter service](https://github.com/deconst/presenter#deconst-dev-env-in-kubernetes-with-minikube)
35
35
36
36
1. Prepare the content
37
37
@@ -43,7 +43,7 @@ These instructions will prepare and submit the content and assets for this decon
43
43
44
44
1. Submit the content
45
45
46
-
The `CONTENT_SERVICE_APIKEY` must match the `ADMIN_APIKEY`set when [adding the content service to the dev env](https://github.com/deconst/content-service#deconst-dev-env-in-kubernetes-with-minikube).
46
+
The `CONTENT_SERVICE_APIKEY` must match the `ADMIN_APIKEY`set when deploying the [content service](https://github.com/deconst/content-service#deconst-dev-env-in-kubernetes-with-minikube).
47
47
48
48
```bash
49
49
export CONTENT_SERVICE_URL=$(minikube service --url --namespace deconst content)
@@ -53,3 +53,5 @@ These instructions will prepare and submit the content and assets for this decon
53
53
chmod u+x deconst-submitter.sh
54
54
./deconst-submitter.sh
55
55
```
56
+
57
+
1. Deploy the [deconst control repo](https://github.com/deconst/deconst-docs-control#deconst-dev-env-in-kubernetes-with-minikube)
0 commit comments