diff --git a/docs/docs/user/migration-guide/v1-v2.md b/docs/docs/user/migration-guide/v1-v2.md index a1503a4d5..781e69021 100644 --- a/docs/docs/user/migration-guide/v1-v2.md +++ b/docs/docs/user/migration-guide/v1-v2.md @@ -161,13 +161,15 @@ Since you can pass a comma separated string of broker address, the broker field The variable is now called `brokers`. ```diff - app: # required - streams: # required +... + app: + streams: - brokers: ${broker} + brokers: ${brokers} schemaRegistryUrl: ${schema_registry_url} - nameOverride: override-with-this-name # kafka-app-specific + nameOverride: override-with-this-name imageTag: "1.0.0" +... ``` #### Environment variable