We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de8bf6 commit 1d3cbdeCopy full SHA for 1d3cbde
cmd/gateway/commands.go
@@ -767,7 +767,8 @@ func createSleepCommand() *cobra.Command {
767
}
768
769
func createEndpointPickerCommand() *cobra.Command {
770
- var endpointPickerDisableTLS, endpointPickerTLSSkipVerifyFlag bool
+ var endpointPickerDisableTLS bool
771
+ endpointPickerTLSSkipVerifyFlag := true
772
cmd := &cobra.Command{
773
Use: "endpoint-picker",
774
Short: "Shim server for communication between NGINX and the Gateway API Inference Extension Endpoint Picker",
0 commit comments