Deployment
Helm Chart
1min
deploying to kubernetes via helm for users who prefer to manage their kubernetes applications with helm https //helm sh/ , here's how you can deploy trufflehog using helm helm simplifies deploying and managing kubernetes applications using predefined chart's readme https //github com/trufflesecurity/helm charts/tree/main/trufflehog create the namespace $ kubectl create namespace trufflehog namespace/trufflehog created create the configuration secret $ kubectl create secret namespace trufflehog generic from file config yaml config secret/config created 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 ensure that trufflehog is running $ kubectl get pods namespace trufflehog watch name ready status restarts age trufflehog 6b84d5f89c tlwq6 1/1 running 0 1m follow the logs $ kubectl logs namespace trufflehog f l app=trufflehog π·ππ· trufflehog unearth your secrets π·ππ· version v1 50 22 info\[0000] starting scanner service client scanner group=on prem