Skip to content

Commit

Permalink
docs: dprint ignore, examples syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Jan 17, 2024
1 parent 1c9ce84 commit fc201e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/user/migration-guide/v2-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ This would make it more uniform with the existing `${component.<key>}` variables

## Summary

<!-- dprint-ignore-start -->

!!! warning

[**Helm will not find your (long) old release names anymore.**](#use-hash-and-trim-long-helm-release-names-instead-of-only-trimming)
Expand Down Expand Up @@ -271,7 +273,7 @@ This would make it more uniform with the existing `${component.<key>}` variables
- app_schedule: "${component_app_schedule}"
+ app_schedule: "${component.app.schedule}"
...
- type: kafka-connector:
- type: kafka-connector
- namespace: my-namespace
+ resetter_namespace: my-namespace
...
Expand Down Expand Up @@ -335,3 +337,5 @@ This would make it more uniform with the existing `${component.<key>}` variables
+ uses: bakdata/kpops@main
...
```

<!-- dprint-ignore-end -->

0 comments on commit fc201e8

Please sign in to comment.