Skip to content

Instantly share code, notes, and snippets.

View iam-veeramalla's full-sized avatar
🎯
Stay Hungry, Stay Foolish :)

Abhishek Veeramalla iam-veeramalla

🎯
Stay Hungry, Stay Foolish :)
View GitHub Profile
@iam-veeramalla
iam-veeramalla / RH-SSO_Installation_OpenShift_Templates
Created March 29, 2021 18:29
RH-SSO/Keycloak Installation using OpenShift Templates
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 \