[KEYCLOAK-14489] Use correct up2date image stream names in the

documentation section providing guidance on how to import OpenShift
images

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
This commit is contained in:
Jan Lieskovsky 2020-07-29 16:55:47 +02:00 committed by Stian Thorgersen
parent 88a8c657af
commit 9a2c4c95d5

View file

@ -57,7 +57,7 @@ done
+
[source,bash,subs="attributes+,macros+"]
----
$ oc -n openshift import-image redhat-{project_templates_version}-openshift:{project_latest_image_tag}
$ oc -n openshift import-image {openshift_image_repository}:{project_latest_image_tag} --from=registry.redhat.io/{openshift_image_repository}:{project_latest_image_tag} --confirm
----
[[Example-Deploying-SSO]]