Skip to content

Commit

Permalink
fix kafka readme (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
talsabagport authored Oct 16, 2023
1 parent 8e1c5ab commit 041b6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ helm upgrade --install my-kafka-integration port-labs/port-ocean \
--set integration.identifier="my-kafka-integration" \
--set integration.type="kafka" \
--set integration.eventListener.type="POLLING" \
--set integration.secrets.clusterConfMapping="{\"local\":{\"bootstrap.servers\": \"localhost:9092\"}}"
--set-json integration.secrets.clusterConfMapping='{"local": {"bootstrap.servers": "localhost:9092"}}'
```

## Supported Kinds
Expand Down

0 comments on commit 041b6cc

Please sign in to comment.