File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1414apiVersion : v2
1515name : ibm-mq
1616description : IBM MQ queue manager
17- version : 10.1.0
17+ version : 10.1.1
1818type : application
1919appVersion : 9.4.0.0
2020kubeVersion : " >=1.18.0-0"
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments