Skip to content

Commit

Permalink
Init config map quickfix (#635)
Browse files Browse the repository at this point in the history
fixes the dodal devices scratch area readout logic
  • Loading branch information
stan-dot authored Sep 12, 2024
1 parent dc99ad5 commit 9d7414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/blueapi/templates/init-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: {{ include "blueapi.fullname" . }}-initconfig
data:
initconfig.yaml: |-
{{- toYaml .Values.initContainer.scratch | nindent 4 }}
{{- toYaml .Values.initContainer | nindent 4 }}

0 comments on commit 9d7414b

Please sign in to comment.