File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : clowarden 
33description : CLOWarden is a tool that manages access to resources across multiple services 
44type : application 
5- version : 0.2.3-0  
5+ version : 0.2.3-1  
66appVersion : 0.2.2 
77kubeVersion : " >= 1.19.0-0" 
88home : https://clowarden.io 
Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ metadata:
1010    {{- toYaml . | nindent 4 }} 
1111  {{- end }} 
1212spec :
13-   {{- if eq (default "ClusterIP" .Values.server.service.type) "LoadBalancer" }} 
13+   {{- $serviceType := default "ClusterIP" .Values.server.service.type }} 
14+   {{- if eq $serviceType "LoadBalancer" }} 
1415  allocateLoadBalancerNodePorts : {{ .Values.server.service.allocateLoadBalancerNodePorts }} 
1516  {{- end }} 
16-   type : {{ default "ClusterIP" .Values.server.service.type  }} 
17+   type : {{ $serviceType  }} 
1718  ports :
1819    {{- toYaml .Values.server.service.ports | nindent 4 }} 
1920  selector :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments