From 048e0dca4ca114ffdda2ca776f9d5a10305e08b0 Mon Sep 17 00:00:00 2001 From: Eugenio Marzo Date: Sun, 24 May 2020 10:07:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3145246..d879683 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,10 @@ Set the following variables in Kubernetes Deployment or Openshift DeploymentConf ``` # Set target_namespace and ingress.hostname! +git clone https://github.com/lucky-sideburn/KubeInvaders.git kubectl create namespace kubeinvaders + helm install kubeinvaders --set-string target_namespace="namespace1\,namespace2" \ --namespace kubeinvaders ./helm-charts/kubeinvaders \ --set ingress.hostname=kubeinvaders.io