[KEYCLOAK-8234] Point the application templates installation step

to the new templates location

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
This commit is contained in:
Jan Lieskovsky 2018-10-08 13:53:41 +02:00 committed by Stian Thorgersen
parent 2ba16ddc78
commit 389a22cc79

View file

@ -43,7 +43,7 @@ $ for resource in {project_templates_version}-image-stream.json \
{project_templates_version}-x509-postgresql-persistent.json {project_templates_version}-x509-postgresql-persistent.json
do do
oc replace -n openshift --force -f \ oc replace -n openshift --force -f \
https://raw.githubusercontent.com/jboss-openshift/application-templates/ose-v1.4.16/sso/${resource} https://raw.githubusercontent.com/jboss-container-images/redhat-sso-7-openshift-image/{project_templates_version}-dev/templates/${resource}
done done
---- ----
. Run the following command to install the RH-SSO 7.2 OpenShift image streams in the `openshift` project: . Run the following command to install the RH-SSO 7.2 OpenShift image streams in the `openshift` project: