Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Oct 27, 2022
1 parent f367c53 commit 974b748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apis/dash/v1alpha1/dashapplication_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ type Ingress struct {
}

type IngressTLS struct {
// Hosts included in the TLS certificate. The values in
// Host included in the TLS certificate. The values in
// +optional
Host string `json:"hosts,omitempty"`
Host string `json:"host,omitempty"`
// SecretName is the name of the secret used to terminate TLS traffic on
// port 443. Field is left optional to allow TLS routing based on SNI
// hostname alone. If the SNI host in a listener conflicts with the "Host"
Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/dash.plural.sh_dashapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ spec:
tls:
description: TLS configuration.
properties:
hosts:
description: Hosts included in the TLS certificate. The values
host:
description: Host included in the TLS certificate. The values
in
type: string
secretName:
Expand Down

0 comments on commit 974b748

Please sign in to comment.