Skip to main content

Install ZaakBrug With Helm(On Kubernetes)

A list of all published ZaakBrug Helm charts is available at WeAreFrank Chart Repository. The Helm chart source code can be found on GitHub at GitHub WeAreFrank/charts. The ZaakBrug source code can be found on GitHub at GitHub WeAreFrank/ZaakBrug.

  1. Ensure Helm is installed. You can find instructions on how to install Helm for your environment at Helm Installation Guide.

  2. Add the WeAreFrank chart repository.

    helm repo add wearefrank https://wearefrank.github.io/charts
  3. Retrieve the latest chart versions:

    helm repo update
  4. Install the ZaakBrug Helm chart.

    helm install zaakbrug wearefrank/zaakbrug

    or

    helm install -f myvalues.yaml zaakbrug wearefrank/zaakbrug

    Some customization of the values is usually needed, please refer to ZaakBrug Helm chart for detailed configuration documentation.

Refer to Helm - Using Helm for more detailed information about Helm.