Skip to main content

Deploying Flowable with Helm Charts

This document describes how you can get started with the Flowable Helm Charts.

Authentication

As a first step it is required to authenticate to the Flowable Artifactory which is hosting the Helm charts. This can be done either with your Flowable credentials or your account and an API key. To use an API key: go to Flowable Artifacts and select at the top right Welcome ..., then Edit Profile. Unlock the settings with your password and generate a new API key.

The following command can be used to authenticate against the artifactory:

helm repo add flowable https://artifacts.flowable.com/flowable-helm \
--username <FLOWABLE_REPO_USER> \
--password <FLOWABLE_REPO_PASSWORD> \
--pass-credentials
tip

In case you do not have credentials yet, please reach out to your contact person at Flowable (e.g. Account Executive). Alternatively, you can also try out Flowable without docker with the enterprise trial.

Instructions

The details how to configure the Flowable Helm charts are described in the README file of the helm charts.

You can read the helm charts with the following command:

helm show readme flowable/flowable