[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:
parent
88a8c657af
commit
9a2c4c95d5
1 changed files with 1 additions and 1 deletions
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue