File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 14
14
apiVersion : v2
15
15
name : ibm-mq
16
16
description : IBM MQ queue manager
17
- version : 10.1.0
17
+ version : 10.1.1
18
18
type : application
19
19
appVersion : 9.4.0.0
20
20
kubeVersion : " >=1.18.0-0"
Original file line number Diff line number Diff line change @@ -133,6 +133,10 @@ spec:
133
133
volumes :
134
134
{{- else if .Values.credentials.enable }}
135
135
volumes :
136
+ {{- else if .Values.web.manualConfig.configMap.name }}
137
+ volumes :
138
+ {{- else if .Values.web.manualConfig.secret.name }}
139
+ volumes :
136
140
{{- end}}
137
141
{{- if .Values.queueManager.multiinstance.enable }}
138
142
- name : {{ $dataVolumeClaimName }}
@@ -362,6 +366,10 @@ spec:
362
366
volumeMounts :
363
367
{{- else if .Values.credentials.enable }}
364
368
volumeMounts :
369
+ {{- else if .Values.web.manualConfig.configMap.name }}
370
+ volumeMounts :
371
+ {{- else if .Values.web.manualConfig.secret.name }}
372
+ volumeMounts :
365
373
{{- end}}
366
374
{{- if .Values.queueManager.nativeha.tls }}
367
375
{{- if .Values.queueManager.nativeha.tls.secretName }}
You can’t perform that action at this time.
0 commit comments