Skip to content

Commit

Permalink
Add docs for streams-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Jan 8, 2024
1 parent 45c58d8 commit 7c92421
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/docs/user/core-concepts/components/streams-bootstrap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# StreamsApp

Subclass of [_HelmApp_](helm-app.md).

### Usage

Configures a Helm app with [streams-bootstrap Helm charts](https://github.com/bakdata/streams-bootstrap){target=_blank}.

### Operations

#### deploy

Deploy using Helm.

#### destroy

Uninstall Helm release.

#### reset

Do nothing.

#### clean

Do nothing.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ nav:
- Overview: user/core-concepts/components/overview.md
- KubernetesApp: user/core-concepts/components/kubernetes-app.md
- HelmApp: user/core-concepts/components/helm-app.md
- StreamsBootstrap: user/core-concepts/components/streams-bootstrap.md
- KafkaApp: user/core-concepts/components/kafka-app.md
- StreamsApp: user/core-concepts/components/streams-app.md
- ProducerApp: user/core-concepts/components/producer-app.md
Expand Down

0 comments on commit 7c92421

Please sign in to comment.