Skip to content

Latest commit

 

History

History

default

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Camunda 8 Helm Profile: Default

A configuration for Camunda Platform 8 that relies only on the defaults provided by the official Helm chart and also serves as a template for creating new profiles.

This folder contains a Helm values file for installing the Camunda Platform Helm Chart on an existing Kubernetes cluster (if you don't have one yet, see Cloud-platform-specific Profiles). A Makefile is provided to automate the installation process.

Install

Make sure you meet these prerequisites.

Configure the desired Kubernetes namespace, Helm release name, and Helm chart in Makefile and run:

make

If make is correctly configured, you should also get tab completion for all available make targets.

Uninstall

make clean