Skip to content

Commit 5354b61

Browse files
Update for issue #102
1 parent 8725d66 commit 5354b61

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

charts/ibm-mq/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
apiVersion: v2
1515
name: ibm-mq
1616
description: IBM MQ queue manager
17-
version: 10.1.0
17+
version: 10.1.1
1818
type: application
1919
appVersion: 9.4.0.0
2020
kubeVersion: ">=1.18.0-0"

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

+8
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ spec:
133133
volumes:
134134
{{- else if .Values.credentials.enable }}
135135
volumes:
136+
{{- else if .Values.web.manualConfig.configMap.name }}
137+
volumes:
138+
{{- else if .Values.web.manualConfig.secret.name }}
139+
volumes:
136140
{{- end}}
137141
{{- if .Values.queueManager.multiinstance.enable }}
138142
- name: {{ $dataVolumeClaimName }}
@@ -362,6 +366,10 @@ spec:
362366
volumeMounts:
363367
{{- else if .Values.credentials.enable }}
364368
volumeMounts:
369+
{{- else if .Values.web.manualConfig.configMap.name }}
370+
volumeMounts:
371+
{{- else if .Values.web.manualConfig.secret.name }}
372+
volumeMounts:
365373
{{- end}}
366374
{{- if .Values.queueManager.nativeha.tls }}
367375
{{- if .Values.queueManager.nativeha.tls.secretName }}

0 commit comments

Comments
 (0)