diff --git a/charts/hawkbit-update-server/templates/deployment.yaml b/charts/hawkbit-update-server/templates/deployment.yaml index 19997443..cc0c05a6 100644 --- a/charts/hawkbit-update-server/templates/deployment.yaml +++ b/charts/hawkbit-update-server/templates/deployment.yaml @@ -23,7 +23,7 @@ spec: spec: {{- with .Values.image.pullSecrets }} imagePullSecrets: - {{- toYaml . | nindent 8 }} + {{- toYaml . | trimSuffix "\n" | nindent 8 }} {{- end }} containers: - name: {{ .Chart.Name }}