diff --git a/helm/blueapi/templates/deployment.yaml b/helm/blueapi/templates/deployment.yaml index 71eb5355b..8d03274a5 100644 --- a/helm/blueapi/templates/deployment.yaml +++ b/helm/blueapi/templates/deployment.yaml @@ -92,10 +92,8 @@ spec: - "-c" - "/config/config.yaml" - "serve" - {{- with .Values.extraEnvVars }} env: - {{- tpl .Values.extraEnvVars . | nindent 10 }} - {{- end }} + {{- toYaml .Values.extraEnvVars | nindent 12 }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}