Skip to content

Commit

Permalink
Fix extraEnvVars in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Aug 2, 2024
1 parent 8733c72 commit 76d84b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions helm/blueapi/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 76d84b8

Please sign in to comment.