-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.3.0.GA, AMQ 7.4.0.CR2
-
None
-
-
+
-
Verified in a release
I am customizing my AMQ7 config,Follow the doc: https://access.redhat.com/documentation/en-us/red_hat_amq/7.3/html-single/deploying_amq_broker_on_openshift_container_platform/index section 9.5. Deploying a broker with custom configuration, however when I've tried to install application from the template "Red Hat AMQ Broker 7.3 Custom Config (Ephemeral, no SSL) " I've got an error.
There is a minor error in the file:
there should no extra space before "image" in line 145, the correct format as below:
- name: AMQ_MULTICAST_PREFIX value: ${AMQ_MULTICAST_PREFIX} image: ${IMAGE} imagePullPolicy: Always
it works after modification in my env, pls update the file.