diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 2364a2e..7b11e1d 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -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 }}