-
Bug
-
Resolution: Duplicate
-
Major
-
AMQ 7.4.1
-
None
deploy the AMQ clustered ssl broker using the template provided in the tag 75-7.5.0.GA, it is not working:
oc process -f https://raw.githubusercontent.com/jboss-container-images/jboss-amq-7-broker-openshift-image/75-7.5.0.GA/templates/amq-broker-75-persistence-clustered-ssl.yaml --param-file=amq-broker-75-persistence-clustered-ssl.env
error: failed to read input object (not a Template?): unable to decode "https://raw.githubusercontent.com/jboss-container-images/jboss-amq-7-broker-openshift-image/75-7.5.0.GA/templates/amq-broker-75-persistence-clustered-ssl.yaml": v1.Template.Parameters: []v1.Parameter: v1.Parameter.Value: ReadString: expects " or n, but found f, error found in #10 byte of ...|,"value":false},
,{"description":"Journal type to use; aio or |...
There are missing quotes in the AMQ_ENABLE_METRICS_PLUGIN parameter:
- description: Whether to enable artemis metrics plugin
displayName: Enable Metrics Plugin
name: AMQ_ENABLE_METRICS_PLUGIN
value: false
required: false