Deployment

Helm Chart

1min

Deploying to Kubernetes via Helm

For users who prefer to manage their Kubernetes applications with Helm, here's how you can deploy TruffleHog using Helm. Helm simplifies deploying and managing Kubernetes applications using predefined chart's README.

1

Create the namespace

Shell
ο»Ώ
2

Create the configuration secret

Shell
ο»Ώ
3

Install TruffleHog using Helm

This will deploy TruffleHog with default values. The Helm chart allows you to provide your custom configuration using a custom values.yaml file. If you wish to provide custom configuration, refer to the chart’s README.

$ helm install trufflehog trufflesecurity/trufflehog --namespace trufflehogNAME: trufflehogLAST DEPLOYED: Tue Sep 18 15:57:58 2023NAMESPACE: trufflehogSTATUS: deployedREVISION: 1
4

Ensure that TruffleHog is running

Shell
ο»Ώ
5

Follow the logs

Shell
ο»Ώ

ο»Ώ

Updated 16 May 2024
Doc contributor
Did this page help you?