Skip to content

Commit

Permalink
Fix default region
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Nov 12, 2019
1 parent 266681a commit c4b5bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/inletsoperator_app.go
Expand Up @@ -25,7 +25,7 @@ func makeInstallInletsOperator() *cobra.Command {
inletsOperator.Flags().StringP("provider", "p", "digitalocean", "The default provider to use")
inletsOperator.Flags().StringP("zone", "z", "us-central1-a", "The zone to provision the exit node (Used by GCE")
inletsOperator.Flags().String("project-id", "", "Project ID to be used (Used by GCE and packet)")
inletsOperator.Flags().StringP("region", "r", "ams1", "The default region to provisoin the exit node (Used by Digital Ocean, packet and Scaleway")
inletsOperator.Flags().StringP("region", "r", "lon1", "The default region to provision the exit node (Used by Digital Ocean, Packet and Scaleway")
inletsOperator.Flags().String("organization-id", "", "The organization id (Used by Scaleway")
inletsOperator.Flags().StringP("token-file", "t", "", "Text file containing token or a service account JSON file")
inletsOperator.Flags().Bool("update-repo", true, "Update the helm repo")
Expand Down

0 comments on commit c4b5bd9

Please sign in to comment.