Skip to content

Commit

Permalink
Update comment heading
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 3, 2020
1 parent 64080fa commit f451a5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/apps/openfaas_ingress_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type inputData struct {
Namespace string
}

//MakeInstallOpenFaaSIngess will install a clusterissuer and request a cert from certmanager for the domain you specify
// MakeInstallOpenFaaSIngress will install a clusterissuer and request a cert from certmanager for the domain you specify
func MakeInstallOpenFaaSIngress() *cobra.Command {
var openfaasIngress = &cobra.Command{
Use: "openfaas-ingress",
Expand Down Expand Up @@ -297,6 +297,7 @@ metadata:
cert-manager.io/issuer: {{.IssuerName}}
{{- end }}
kubernetes.io/ingress.class: {{.IngressClass}}
cert-manager.io/common-name: {{.IngressDomain}}
spec:
rules:
- host: {{.IngressDomain}}
Expand Down

0 comments on commit f451a5a

Please sign in to comment.