Skip to content

Commit

Permalink
Add missing HelmApp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Oct 31, 2023
1 parent 52d9b13 commit 919c0d4
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/docs/user/core-concepts/components/helm-app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# HelmApp

### Usage

Can be used to deploy any app in Kubernetes using Helm, for example, a REST service that serves Kafka data.

### Configuration

<!-- dprint-ignore-start -->

??? example "`pipeline.yaml`"

```yaml
--8<--
./docs/resources/pipeline-components/helm-app.yaml
--8<--
```

<!-- dprint-ignore-end -->

### Operations

#### deploy

Deploy using Helm.

#### destroy

Uninstall Helm release.

#### reset

Do nothing.

#### clean

Do nothing.

0 comments on commit 919c0d4

Please sign in to comment.