File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ <h2 id="_start_keycloak">Start Keycloak</h2>
116116</ div >
117117< div class ="listingblock ">
118118< div class ="content ">
119- < pre class ="highlight "> < code class ="language-bash " data-lang ="bash "> kubectl create -f https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/latest /kubernetes/keycloak.yaml</ code > </ pre >
119+ < pre class ="highlight "> < code class ="language-bash " data-lang ="bash "> kubectl create -f https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/refs/heads/main /kubernetes/keycloak.yaml</ code > </ pre >
120120</ div >
121121</ div >
122122< div class ="paragraph ">
@@ -142,7 +142,7 @@ <h3 id="_access_keycloak_with_ingress_addon_enabled">Access Keycloak with Ingres
142142</ div >
143143< div class ="listingblock ">
144144< div class ="content ">
145- < pre class ="highlight "> < code class ="language-bash " data-lang ="bash "> wget -q -O - https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/latest /kubernetes/keycloak-ingress.yaml | \
145+ < pre class ="highlight "> < code class ="language-bash " data-lang ="bash "> wget -q -O - https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/refs/heads/main /kubernetes/keycloak-ingress.yaml | \
146146sed "s/KEYCLOAK_HOST/keycloak.$(minikube ip).nip.io/" | \
147147kubectl create -f -</ code > </ pre >
148148</ div >
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ <h2 id="_start_keycloak">Start Keycloak</h2>
137137< p > To start a Keycloak server in your project, enter the following command:</ p >
138138< div class ="listingblock ">
139139< div class ="content ">
140- < pre class ="highlight "> < code class ="language-bash " data-lang ="bash "> oc process -f https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/latest /openshift/keycloak.yaml \
140+ < pre class ="highlight "> < code class ="language-bash " data-lang ="bash "> oc process -f https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/refs/heads/main /openshift/keycloak.yaml \
141141 -p KC_BOOTSTRAP_ADMIN_USERNAME=admin \
142142 -p KC_BOOTSTRAP_ADMIN_PASSWORD=admin \
143143 -p NAMESPACE=keycloak \
You can’t perform that action at this time.
0 commit comments