Skip to content

Commit c3c6c81

Browse files
Merge pull request #7766 from camunda/fix-values-example-870-880
fix(upgrade-guide): Correct values example
2 parents e9009b9 + e00774c commit c3c6c81

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docs/self-managed/deployment/helm/upgrade/helm-870-880.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,15 @@ The Helm chart creates a dedicated Keycloak client with read-only access to your
327327
:::
328328

329329
```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
330+
orchestration:
331+
migration:
332+
identity:
333+
enabled: true
334+
secret:
335+
existingSecret: identity-migration-secret
336+
existingSecretKey: password
337+
# Only required if resource authorizations are used
338+
resourceAuthorizationsEnabled: true
338339
```
339340

340341
3. Groups Migration:

0 commit comments

Comments
 (0)