Skip to content

Commit be6c71a

Browse files
committed
Fix volume mounts to work in all cases
1 parent fc9e2f5 commit be6c71a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/ibm-mq/templates/stateful-set.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ spec:
135135
volumes:
136136
{{- else if .Values.web.manualConfig.configMap.name }}
137137
volumes:
138+
{{- else if .Values.readinessProbe.useLabelPatcher }}
139+
volumes:
138140
{{- else if .Values.web.manualConfig.secret.name }}
139141
volumes:
140142
{{- end}}

0 commit comments

Comments
 (0)