Black Duck helm chart
This chart bootstraps Black Duck deployment on a Kubernetes cluster using the Helm package manager.
Note: This document describes a quickstart process of installing a
basic deployment. For more configuration options, please refer to the Kubernetes
documentation.
Prerequisites
-
Kubernetes 1.16+
-
A
storageClassconfigured that allows persistent volumes.The
reclaimPolicyof thestorageClassin use should be set toRetainto ensure data persistence. AzureFile (non-CSI variant) requires a custom storage class for RabbitMQ due to it being treated as an SMB mount where file and directory permissions are immutable once mounted into a pod.
-
-
Helm 3
-
Adding the repository to your local Helm repository:
$ helm repo add blackduck https://repo.blackduck.com/cloudnative
