From d026eb44a4aa5b2b4325dee6cedf7b4de95148df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mil=C3=A1n=20Figueredo?= Date: Wed, 10 Jul 2019 13:29:25 +0200 Subject: [PATCH] Restored --docker-username reference in usage() lost in the last commit --- k8s/helm/deploy-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/helm/deploy-all.sh b/k8s/helm/deploy-all.sh index f5e932fe9..d64a13fb0 100755 --- a/k8s/helm/deploy-all.sh +++ b/k8s/helm/deploy-all.sh @@ -38,7 +38,7 @@ Parameters: This is useful for production environments where infrastructure is hosted outside the Kubernetes cluster. -t | --tag The tag used for the newly created docker images. Default: newly created, date-based timestamp, with 1-minute resolution. - -u | --docker-user + -u | --docker-username The Docker username used to logon to the custom registry, supplied using the -r parameter. --use-local-k8s Deploy to a locally installed Kubernetes (default: false).