Skip to content

Commit

Permalink
Minor fix to templating
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose Yemelyanova committed Nov 10, 2023
1 parent db5413f commit 8256087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/blueapi/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
env:
- name: SCRATCH_AREA
value: {{ .Values.scratch.containerPath }}
{{- if .Values.listener.enabled -}}
{{ if .Values.listener.enabled -}}
- name: {{ .Chart.Name }}-document-listener
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down

0 comments on commit 8256087

Please sign in to comment.