From 7fe16eba1982a7d7ae49e53100ad2afc49bf154a Mon Sep 17 00:00:00 2001 From: Steven Zou Date: Thu, 9 Aug 2018 14:55:31 +0800 Subject: [PATCH] Update the usage message to include chart repository server related info --- make/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/install.sh b/make/install.sh index 27225f160..7cba8e84c 100755 --- a/make/install.sh +++ b/make/install.sh @@ -51,7 +51,8 @@ set +o noglob usage=$'Please set hostname and other necessary attributes in harbor.cfg first. DO NOT use localhost or 127.0.0.1 for hostname, because Harbor needs to be accessed by external clients. Please set --with-notary if needs enable Notary in Harbor, and set ui_url_protocol/ssl_cert/ssl_cert_key in harbor.cfg bacause notary must run under https. -Please set --with-clair if needs enable Clair in Harbor' +Please set --with-clair if needs enable Clair in Harbor +Please set --with-chartmuseum if needs enable Chartmuseum in Harbor' item=0 # notary is not enabled by default