Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Aug 31, 2023
1 parent 6c2f69f commit b8faab1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/docs/user/migration-guide/v1-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8faab1

Please sign in to comment.