Skip to content

Commit

Permalink
nginx-ingress: fix incorrect host command line option (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobegor authored Aug 23, 2021
1 parent 9324af5 commit 8321b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/nginx_ingress/nginx_ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (g *Generator) Flags() *pflag.FlagSet {
)

fs.String(
"ingress.host",
"host",
"",
"an Ingress Host to listen on",
)
Expand Down

0 comments on commit 8321b51

Please sign in to comment.