Skip to content

Commit 93fe07b

Browse files
Update config/v1/types_tlssecurityprofile.go
Co-authored-by: Bryce Palmer <[email protected]>
1 parent fe308fa commit 93fe07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/v1/types_tlssecurityprofile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ type TLSProfileSpec struct {
220220
// curves:
221221
// - X25519
222222
// - P-256
223-
Curves []string `json:"curves.omitempty"`
223+
Curves []string `json:"curves,omitempty"`
224224
// minTLSVersion is used to specify the minimal version of the TLS protocol
225225
// that is negotiated during the TLS handshake. For example, to use TLS
226226
// versions 1.1, 1.2 and 1.3 (yaml):

0 commit comments

Comments
 (0)