Deployment
Helm Chart
1min
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
ο»Ώ
2
Create the configuration secret
ο»Ώ
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
ο»Ώ
5
Follow the logs
ο»Ώ
ο»Ώ
Updated 16 May 2024
Did this page help you?