You've already forked drone-runner-charts
							
							[fix]utilize the 'replicaCount' variable in Values
This commit is contained in:
		@@ -5,6 +5,7 @@ metadata:
 | 
				
			|||||||
  labels:
 | 
					  labels:
 | 
				
			||||||
    {{- include "droneRunner.labels" . | nindent 4 }}
 | 
					    {{- include "droneRunner.labels" . | nindent 4 }}
 | 
				
			||||||
spec:
 | 
					spec:
 | 
				
			||||||
 | 
					  replicas: {{- .Values.replicaCount | default 1 | quote }}
 | 
				
			||||||
  selector:
 | 
					  selector:
 | 
				
			||||||
    matchLabels:
 | 
					    matchLabels:
 | 
				
			||||||
      {{- include "droneRunner.selectorLabels" . | nindent 6 }}
 | 
					      {{- include "droneRunner.selectorLabels" . | nindent 6 }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user