From fc201e82258693f66f34d85bcf07d8465a377847 Mon Sep 17 00:00:00 2001 From: Ivan Yordanov Date: Wed, 17 Jan 2024 08:53:02 +0200 Subject: [PATCH] docs: dprint ignore, examples syntax --- docs/docs/user/migration-guide/v2-v3.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/user/migration-guide/v2-v3.md b/docs/docs/user/migration-guide/v2-v3.md index 0ef8b941d..2d8d2cf42 100644 --- a/docs/docs/user/migration-guide/v2-v3.md +++ b/docs/docs/user/migration-guide/v2-v3.md @@ -241,6 +241,8 @@ This would make it more uniform with the existing `${component.}` variables ## Summary + + !!! warning [**Helm will not find your (long) old release names anymore.**](#use-hash-and-trim-long-helm-release-names-instead-of-only-trimming) @@ -271,7 +273,7 @@ This would make it more uniform with the existing `${component.}` variables - app_schedule: "${component_app_schedule}" + app_schedule: "${component.app.schedule}" ... - - type: kafka-connector: + - type: kafka-connector - namespace: my-namespace + resetter_namespace: my-namespace ... @@ -335,3 +337,5 @@ This would make it more uniform with the existing `${component.}` variables + uses: bakdata/kpops@main ... ``` + +