We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9009b9 + e00774c commit c3c6c81Copy full SHA for c3c6c81
1 file changed
docs/self-managed/deployment/helm/upgrade/helm-870-880.md
@@ -327,14 +327,15 @@ The Helm chart creates a dedicated Keycloak client with read-only access to your
327
:::
328
329
```yaml
330
-migration:
331
- identity:
332
- enabled: true
333
- secret:
334
- existingSecret: identity-migration-secret
335
- existingSecretKey: password
336
- # Only required if resource authorizations are used
337
- resourceAuthorizationsEnabled: true
+orchestration:
+ migration:
+ identity:
+ enabled: true
+ secret:
+ existingSecret: identity-migration-secret
+ existingSecretKey: password
+ # Only required if resource authorizations are used
338
+ resourceAuthorizationsEnabled: true
339
```
340
341
3. Groups Migration:
0 commit comments