File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ func createControllerCommand() *cobra.Command {
166166 }
167167
168168 endpointPickerDisableTLS bool
169- endpointPickerTLSSkipVerifyFlag bool
169+ endpointPickerTLSSkipVerifyFlag = true
170170 )
171171
172172 usageReportParams := usageReportParams {
@@ -767,7 +767,8 @@ func createSleepCommand() *cobra.Command {
767767}
768768
769769func createEndpointPickerCommand () * cobra.Command {
770- var endpointPickerDisableTLS , endpointPickerTLSSkipVerifyFlag bool
770+ var endpointPickerDisableTLS bool
771+ endpointPickerTLSSkipVerifyFlag := true
771772 cmd := & cobra.Command {
772773 Use : "endpoint-picker" ,
773774 Short : "Shim server for communication between NGINX and the Gateway API Inference Extension Endpoint Picker" ,
You can’t perform that action at this time.
0 commit comments