Browse Source

Restored --docker-username reference in usage() lost in the last commit

pull/1092/head
Carlos Milán Figueredo 5 years ago
parent
commit
d026eb44a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/helm/deploy-all.sh

+ 1
- 1
k8s/helm/deploy-all.sh View File

@ -38,7 +38,7 @@ Parameters:
This is useful for production environments where infrastructure is hosted outside the Kubernetes cluster.
-t | --tag <docker image tag>
The tag used for the newly created docker images. Default: newly created, date-based timestamp, with 1-minute resolution.
-u | --docker-user <docker username>
-u | --docker-username <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).


Loading…
Cancel
Save