Merge pull request #3 from vickunwu/patch-1
continuous-integration/drone/push Build is failing Details

[fix]utilize the 'replicaCount' variable in Values
This commit is contained in:
Markus Pesch 2022-05-10 08:29:36 +02:00 committed by GitHub
commit f6e9e6bce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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