Skip to content

Commit

Permalink
Update apis/projectcontour/v1alpha1/contourconfig.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Kriss <[email protected]>
  • Loading branch information
KauzClay and skriss committed Dec 8, 2023
1 parent ccd8b46 commit de0dac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/projectcontour/v1alpha1/contourconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ type ClusterParameters struct {
// UpstreamTLS contains the TLS policy parameters for upstream connections
//
// +optional
UpstreamTLS *EnvoyTLS `json:"upstream-tls,omitempty"`
UpstreamTLS *EnvoyTLS `json:"upstreamTLS,omitempty"`
}

// HTTPProxyConfig defines parameters on HTTPProxy.
Expand Down

0 comments on commit de0dac8

Please sign in to comment.