File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed 
charts/nginx-gateway-fabric/templates Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,12 @@ spec:
103103        {{- if .Values.nginxGateway.gwAPIInferenceExtension.enable }} 
104104        - --gateway-api-inference-extension 
105105        {{- end }} 
106-         {{- if .Values.nginxGateway.gwAPIInferenceExtension.endpointPicker.disableTLS }} 
106+         {{- if (and  .Values.nginxGateway.gwAPIInferenceExtension.enable .Values.nginxGateway.gwAPIInferenceExtension. endpointPicker.disableTLS)  }} 
107107        - --endpoint-picker-disable-tls 
108108        {{- end }} 
109+          {{- if .Values.nginxGateway.gwAPIInferenceExtension.enable }} 
109110        - --endpoint-picker-tls-skip-verify={{ .Values.nginxGateway.gwAPIInferenceExtension.endpointPicker.skipVerify }} 
111+         {{- end }} 
110112        {{- if .Values.nginxGateway.snippetsFilters.enable }} 
111113        - --snippets-filters 
112114        {{- end }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments