Skip to content

Commit

Permalink
Update for issue #102
Browse files Browse the repository at this point in the history
  • Loading branch information
callumpjackson committed Sep 26, 2024
1 parent 8725d66 commit 5354b61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ibm-mq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
apiVersion: v2
name: ibm-mq
description: IBM MQ queue manager
version: 10.1.0
version: 10.1.1
type: application
appVersion: 9.4.0.0
kubeVersion: ">=1.18.0-0"
Expand Down
8 changes: 8 additions & 0 deletions charts/ibm-mq/templates/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ spec:
volumes:
{{- else if .Values.credentials.enable }}
volumes:
{{- else if .Values.web.manualConfig.configMap.name }}
volumes:
{{- else if .Values.web.manualConfig.secret.name }}
volumes:
{{- end}}
{{- if .Values.queueManager.multiinstance.enable }}
- name: {{ $dataVolumeClaimName }}
Expand Down Expand Up @@ -362,6 +366,10 @@ spec:
volumeMounts:
{{- else if .Values.credentials.enable }}
volumeMounts:
{{- else if .Values.web.manualConfig.configMap.name }}
volumeMounts:
{{- else if .Values.web.manualConfig.secret.name }}
volumeMounts:
{{- end}}
{{- if .Values.queueManager.nativeha.tls }}
{{- if .Values.queueManager.nativeha.tls.secretName }}
Expand Down

0 comments on commit 5354b61

Please sign in to comment.