[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:
parent
2ba16ddc78
commit
389a22cc79
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ $ for resource in {project_templates_version}-image-stream.json \
|
|||
{project_templates_version}-x509-postgresql-persistent.json
|
||||
do
|
||||
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
|
||||
----
|
||||
. Run the following command to install the RH-SSO 7.2 OpenShift image streams in the `openshift` project:
|
||||
|
|
Loading…
Reference in a new issue