AMQ 7.5 Broker on OpenShift Templates have issues with default Template boolean values.
Issue
Following the installation instructions of the AMQ 7.5 on openshift, template ERROR is seen
]$ for template in amq-broker-75-basic.yaml \
> amq-broker-75-ssl.yaml \
> amq-broker-75-custom.yaml \
> amq-broker-75-persistence.yaml \
> amq-broker-75-persistence-ssl.yaml \
> amq-broker-75-persistence-clustered.yaml \
> amq-broker-75-persistence-clustered-ssl.yaml;
> do
> oc replace --force -f \
> https://raw.githubusercontent.com/jboss-container-images/jboss-amq-7-broker-openshift-image/75-7.5.0.GA/templates/${template}
> done
The above steps results in below ERROR
Error from server (BadRequest): Template in version "v1" cannot be handled as a Template: v1.Template.Parameters: []v1.Parameter: v1.Parameter.Value: ReadString: expects " or n, but found f, error found in #10 byte of ...|,"value":false},{"de|..., bigger context ...|_ENABLE_METRICS_PLUGIN","required":false,"value":false},{"description":"Journal type to use; aio or |...
Environment
- Red Hat AMQ
- 7.5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.