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:
{{- include "droneRunner.labels" . | nindent 4 }}
spec:
replicas: {{- .Values.replicaCount | default 1 | quote }}
selector:
matchLabels:
{{- include "droneRunner.selectorLabels" . | nindent 6 }}