Skip to content

Instantly share code, notes, and snippets.

@honghuac
Created October 17, 2019 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save honghuac/bf66bcbcb6e13e6c540d2d65096ef4f1 to your computer and use it in GitHub Desktop.
Save honghuac/bf66bcbcb6e13e6c540d2d65096ef4f1 to your computer and use it in GitHub Desktop.
AMQ Templates
# 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/honghuac/jboss-amq-7-broker-openshift-image/75-Ga/templates/${template}
> done
template.template.openshift.io/amq-broker-75-basic replaced
template.template.openshift.io/amq-broker-75-ssl replaced
template.template.openshift.io/amq-broker-75-custom replaced
template.template.openshift.io/amq-broker-75-persistence replaced
template.template.openshift.io/amq-broker-75-persistence-ssl replaced
template.template.openshift.io/amq-broker-75-persistence-clustered replaced
template.template.openshift.io/amq-broker-75-persistence-clustered-ssl replaced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment