You've already forked drone-runner-charts
							
							fix: helm lint error: mapping values are not allowed
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -5,7 +5,7 @@ metadata:
 | 
			
		||||
  labels:
 | 
			
		||||
    {{- include "droneRunner.labels" . | nindent 4 }}
 | 
			
		||||
spec:
 | 
			
		||||
  replicas: {{- .Values.replicaCount | default 1 | quote }}
 | 
			
		||||
  replicas: {{ .Values.replicaCount | default 1 | quote }}
 | 
			
		||||
  selector:
 | 
			
		||||
    matchLabels:
 | 
			
		||||
      {{- include "droneRunner.selectorLabels" . | nindent 6 }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user