Fix default SSL certificate flag docs [ci skip]

This commit is contained in:
Manuel de Brito Fontes 2017-11-10 15:40:10 -03:00
parent 9574730bf8
commit f035733477
2 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,8 @@ func parseFlags() (bool, *controller.Configuration, error) {
profiling = flags.Bool("profiling", true, `Enable profiling via web interface host:port/debug/pprof/`)
defSSLCertificate = flags.String("default-ssl-certificate", "", `Name of the secret
that contains a SSL certificate to be used as default for a HTTPS catch-all server`)
that contains a SSL certificate to be used as default for a HTTPS catch-all server.
Takes the form <namespace>/<secret name>.`)
defHealthzURL = flags.String("health-check-path", "/healthz", `Defines
the URL to be used as health check inside in the default server in NGINX.`)