Skip to content

Commit

Permalink
Use shared defaults for word-count example
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Jan 18, 2024
1 parent 2d27ba7 commit 5945aee
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/docs/user/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ kubectl port-forward --namespace kpops service/k8kafka-cp-kafka-connect 8083:808
4. Deploy the pipeline

```shell
kpops deploy word-count/pipeline.yaml \
--defaults word-count/defaults.yaml \
--execute
kpops deploy word-count/pipeline.yaml --execute
```

!!! Note
Expand Down Expand Up @@ -145,10 +143,7 @@ helm --namespace kpops uninstall redis
2. Remove the pipeline

```shell
kpops clean word-count/pipeline.yaml \
--defaults word-count/defaults.yaml \
--verbose \
--execute
kpops clean word-count/pipeline.yaml --verbose --execute
```

!!! Note
Expand Down

0 comments on commit 5945aee

Please sign in to comment.