fix: helm lint error: mapping values are not allowed
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-05-10 08:55:06 +02:00
parent f6e9e6bce7
commit 3dcd0742a3
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ metadata:
labels:
{{- include "droneRunner.labels" . | nindent 4 }}
spec:
replicas: {{- .Values.replicaCount | default 1 | quote }}
replicas: {{ .Values.replicaCount | default 1 | quote }}
selector:
matchLabels:
{{- include "droneRunner.selectorLabels" . | nindent 6 }}