This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Login as admin into your cluster | |
| ``` | |
| oc login -u kubeadmin -p password | |
| ``` | |
| Run the following commands to update the core set of Red Hat Single Sign-On 7.4.6.GA resources for OpenShift in the openshift project | |
| ``` | |
| for resource in sso74-image-stream.json \ | |
| sso74-https.json \ | |
| sso74-postgresql.json \ |