Skip to content

Commit a5e7dbd

Browse files
doc-chore: Updating tutorial - namespace should be azathoth
1 parent c473700 commit a5e7dbd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/tutorials/simple-date-clock-application.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ If everything is good, you're in the right path to use {ch}!
7171

7272
== How to setup your local cluster using minikube (if not done yet)
7373

74+
7475
{ch} is designed to help you generate all the required artifacts for a deployment on a Kubernetes cluster.
7576
For a local deployment, you can use minikube, which is basically https://minikube.sigs.k8s.io/docs/start/[a small {kub} cluster on your machine].
7677

@@ -147,7 +148,7 @@ If you don't create the namespace, the deployment will fail!
147148
[source,bash]
148149
----
149150
# ran from the cloud-harness repository root
150-
harness-deployment . -u -dtls -l -d azathoth.local -e local -n azathoth.local
151+
harness-deployment . -u -dtls -l -d azathoth.local -e local -n azathoth
151152
----
152153

153154
In the state of the repository I have on my machine, the apps and services that will be deployed and that `harness-deployment` generated the configuration for are:

0 commit comments

Comments
 (0)