https://github.com/benjitrapp/ctfd-helm-chart
https://github.com/benjitrapp/ctfd-helm-chart
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjitrapp/ctfd-helm-chart
- Owner: BenjiTrapp
- Created: 2022-02-20T18:57:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T09:00:13.000Z (over 4 years ago)
- Last Synced: 2025-10-08T21:03:19.915Z (8 months ago)
- Language: Mustache
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/BenjiTrapp/CTFd-helm-chart/actions/workflows/helmchart-releaser.yml)
[](https://github.com/BenjiTrapp/CTFd-helm-chart/actions/workflows/checkov.yml)
A Helm Chart for CTFd
### What is CTFd?
CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.
### Let's get started
##### Prerequisites: oc client, helm, a k8s/OpenShift cluster (or KinD/k3s/minikube)
To get started, simply adjust the values in the `values.yaml`. All required fields are marked. Use the upcoming snippet to render the helm chart and apply it to the cluster:
```bash
helm template . | tee snitch.yaml | oc apply -f -
```