[fix]utilize the 'replicaCount' variable in Values
This commit is contained in:
parent
e41ee3cd47
commit
c2188e6838
@ -5,6 +5,7 @@ metadata:
|
||||
labels:
|
||||
{{- include "droneRunner.labels" . | nindent 4 }}
|
||||
spec:
|
||||
replicas: {{- .Values.replicaCount | default 1 | quote }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "droneRunner.selectorLabels" . | nindent 6 }}
|
||||
|
Loading…
Reference in New Issue
Block a user