Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Move harborAdminPassword to the last parameter of "helm install"
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jun 25, 2019
1 parent c012c5d commit 7e65c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/part-04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ helm install --wait --name harbor --namespace harbor-system harbor/harbor --vers
--set expose.tls.secretName=ingress-cert-${LETSENCRYPT_ENVIRONMENT} \
--set persistence.enabled=true \
--set externalURL=https://harbor.${MY_DOMAIN} \
--set harborAdminPassword=admin \
--set persistence.resourcePolicy=delete \
--set persistence.persistentVolumeClaim.registry.size=1Gi \
--set persistence.persistentVolumeClaim.chartmuseum.size=1Gi
--set persistence.persistentVolumeClaim.chartmuseum.size=1Gi \
--set harborAdminPassword=admin
```

Output:
Expand Down

0 comments on commit 7e65c43

Please sign in to comment.