https://github.com/drifthoundhq/helm-chart
Helm Chart for DriftHound
https://github.com/drifthoundhq/helm-chart
drift drifthound iac opentofu terraform terragrunt
Last synced: 3 months ago
JSON representation
Helm Chart for DriftHound
- Host: GitHub
- URL: https://github.com/drifthoundhq/helm-chart
- Owner: drifthoundhq
- License: mit
- Created: 2025-12-01T10:45:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-26T16:46:27.000Z (5 months ago)
- Last Synced: 2026-01-27T03:31:18.658Z (5 months ago)
- Topics: drift, drifthound, iac, opentofu, terraform, terragrunt
- Language: Go Template
- Homepage: https://drifthoundhq.github.io/helm-chart/
- Size: 72.3 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DriftHound Helm Chart
## Description
This repository contains helm chart to deploy [DriftHound](https://github.com/drifthoundhq/drifthound)
## License
[](https://opensource.org/licenses/MIT) [](https://github.com/drifthoundhq/helm-chart/actions/workflows/chart-releaser.yaml)
## Requirements
- [Helm](https://helm.sh)
## Usage
```console
helm repo add drifthound https://drifthoundhq.github.io/helm-chart/
```
You list the charts running `helm search repo drifthound`.
## Install Chart
```console
helm install [RELEASE_NAME] drifthoundhq/drifthound
```
## Uninstall Chart
```console
helm uninstall [RELEASE_NAME]
```
## Configuring
Check [values section](./charts/drifthound/README.md/#values) in drifthound chart README
or run:
```console
helm show values drifthound/drifthound
```