Skip to content

Commit 974b748

Browse files
author
test
committed
fix typo
1 parent f367c53 commit 974b748

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apis/dash/v1alpha1/dashapplication_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ type Ingress struct {
9090
}
9191

9292
type IngressTLS struct {
93-
// Hosts included in the TLS certificate. The values in
93+
// Host included in the TLS certificate. The values in
9494
// +optional
95-
Host string `json:"hosts,omitempty"`
95+
Host string `json:"host,omitempty"`
9696
// SecretName is the name of the secret used to terminate TLS traffic on
9797
// port 443. Field is left optional to allow TLS routing based on SNI
9898
// hostname alone. If the SNI host in a listener conflicts with the "Host"

config/crd/bases/dash.plural.sh_dashapplications.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ spec:
119119
tls:
120120
description: TLS configuration.
121121
properties:
122-
hosts:
123-
description: Hosts included in the TLS certificate. The values
122+
host:
123+
description: Host included in the TLS certificate. The values
124124
in
125125
type: string
126126
secretName:

0 commit comments

Comments
 (0)