Skip to content

Commit 90e00ad

Browse files
committed
Deploying to main from @ 62a8c5638a37b97eb13a3bd8a92c3ea3d7bd406f 🚀
1 parent d730cf3 commit 90e00ad

File tree

5 files changed

+436
-6
lines changed

5 files changed

+436
-6
lines changed

extensions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h5 class="card-title">CAS Login Procotol</h5>
154154
<div class="d-flex align-items-center">
155155
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
156156
class="me-2"/>
157-
<span>107 stars</span>
157+
<span>108 stars</span>
158158
</div>
159159
</div>
160160
</div>
@@ -317,7 +317,7 @@ <h5 class="card-title">Keycloak App Passwords</h5>
317317
<div class="d-flex align-items-center">
318318
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
319319
class="me-2"/>
320-
<span>2 stars</span>
320+
<span>3 stars</span>
321321
</div>
322322
</div>
323323
</div>
@@ -453,7 +453,7 @@ <h5 class="card-title">Metrics SPI</h5>
453453
<div class="d-flex align-items-center">
454454
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
455455
class="me-2"/>
456-
<span>585 stars</span>
456+
<span>586 stars</span>
457457
</div>
458458
</div>
459459
</div>

nightly/operator/realm-import.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ <h2 id="_importing_a_keycloak_realm"><a class="anchor" href="#_importing_a_keycl
109109
<li>
110110
<p>The Realm Import CR only supports creation of new realms and does not update or delete those. Changes to the realm performed directly on Keycloak are not synced back in the CR.</p>
111111
</li>
112+
<li>
113+
<p>Once the realm is imported you should delete the Realm Import CR as that will cleanup the associated Kubernetes Job and Pod resources.</p>
114+
</li>
112115
</ul>
113116
</div>
114117
</td>

0 commit comments

Comments
 (0)