Compare commits

...

2 Commits

Author SHA1 Message Date
f6e9e6bce7
Merge pull request #3 from vickunwu/patch-1
Some checks failed
continuous-integration/drone/push Build is failing
[fix]utilize the 'replicaCount' variable in Values
2022-05-10 08:29:36 +02:00
vickunwu
c2188e6838
[fix]utilize the 'replicaCount' variable in Values 2022-05-09 16:55:54 +08:00

View File

@ -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 }}