Skip to content

Commit

Permalink
Update environment variable to MQ_NATIVE_HA
Browse files Browse the repository at this point in the history
  • Loading branch information
callumpjackson authored Jul 3, 2023
1 parent 3499057 commit 512f301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ibm-mq/templates/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ spec:
- name: MQ_MULTI_INSTANCE
value: "{{ .Values.queueManager.multiinstance.enable | default false }}"
{{- end }}
- name: AMQ_CLOUD_PAK
- name: MQ_NATIVE_HA
value: "true"
- name: MQ_NATIVE_HA_INSTANCE_0_NAME
value: {{ include "ibm-mq.pod0.name" . }}
Expand Down

0 comments on commit 512f301

Please sign in to comment.