Skip to content

Commit d451cae

Browse files
committed
Remove arkade install for kafka-connector
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent bf94813 commit d451cae

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

docs/openfaas-pro/kafka-events.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,7 @@ You can install the Kafka connector using its [helm chart](https://github.com/op
1919

2020
### Installation with Helm
2121

22-
See [helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/kafka-connector)
23-
24-
### Installation with arkade
25-
26-
Helm is recommended for production, but you can use arkade for local development and for quick testing.
27-
28-
```bash
29-
export TOPICS="payment.created"
30-
31-
arkade install kafka-connector \
32-
--broker-hosts kafka-broker:9092 \
33-
--topics $TOPICS \
34-
--license-file $HOME/.openfaas/LICENSE
35-
```
22+
See the [kafka-connector helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/kafka-connector)
3623

3724
## Usage
3825

0 commit comments

Comments
 (0)