diff --git a/helm/templates/standalone-deployment.yaml b/helm/templates/standalone-deployment.yaml index f7e18e8ac..abb552ba6 100644 --- a/helm/templates/standalone-deployment.yaml +++ b/helm/templates/standalone-deployment.yaml @@ -18,7 +18,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} labels: - {{- .Values.parseable.podLabels | toYaml | nindent 4 }} + {{- .Values.parseable.podLabels | toYaml | nindent 8 }} {{- include "parseable.labelsSelector" . | nindent 8 }} spec: {{- with .Values.parseable.imagePullSecrets }} @@ -109,4 +109,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}