mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 06:28:06 +01:00
Fix a typo in the help message of install.sh (#11167)
Signed-off-by: ren maosheng <stevenr@vmware.com>
This commit is contained in:
parent
8688f78cd2
commit
1dbec0c1d7
@ -10,7 +10,7 @@ set +o noglob
|
|||||||
usage=$'Please set hostname and other necessary attributes in harbor.yml first. DO NOT use localhost or 127.0.0.1 for hostname, because Harbor needs to be accessed by external clients.
|
usage=$'Please set hostname and other necessary attributes in harbor.yml 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.yml bacause notary must run under https.
|
Please set --with-notary if needs enable Notary in Harbor, and set ui_url_protocol/ssl_cert/ssl_cert_key in harbor.yml 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-tivy if needs enable Trivy in Harbor
|
Please set --with-trivy if needs enable Trivy in Harbor
|
||||||
Please set --with-chartmuseum if needs enable Chartmuseum in Harbor'
|
Please set --with-chartmuseum if needs enable Chartmuseum in Harbor'
|
||||||
item=0
|
item=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user