An open API service indexing awesome lists of open source software.

https://github.com/benjitrapp/ctfd-helm-chart


https://github.com/benjitrapp/ctfd-helm-chart

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Release Helm Chart](https://github.com/BenjiTrapp/CTFd-helm-chart/actions/workflows/helmchart-releaser.yml/badge.svg)](https://github.com/BenjiTrapp/CTFd-helm-chart/actions/workflows/helmchart-releaser.yml)
[![Checkov](https://github.com/BenjiTrapp/CTFd-helm-chart/actions/workflows/checkov.yml/badge.svg)](https://github.com/BenjiTrapp/CTFd-helm-chart/actions/workflows/checkov.yml)






CTFd Logo

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 -
```