From 210c285f7601fc889b04cfab2a19bbd2bbfd84a0 Mon Sep 17 00:00:00 2001 From: Karl Abbott Date: Mon, 4 Apr 2022 10:27:26 -0400 Subject: [PATCH] Quick fixes to the syntax of the --target installation mode. --- ee-installer/src/install-prod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee-installer/src/install-prod.md b/ee-installer/src/install-prod.md index 6f73f73..17e4ec1 100644 --- a/ee-installer/src/install-prod.md +++ b/ee-installer/src/install-prod.md @@ -71,7 +71,7 @@ tls certificates, it needs to be already installed in the targeted k8s cluster. If you do not want to deploy directly to kubernetes, but wish to render manifests instead, set all of the above mentioned variables except for `k8s_auth_context` and define a value for the parameter `out_dir`, which specifies where to write the kubernetes manifests. Further, when you go to run the installer, you need to invoke it as such: ```bash -sudo install.sh --target render +bash install.sh --target render ``` Using the above syntax, you will have a set of manifests written out to `out_dir` that you can then deploy into your kubernetes environment.