Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/bman46/CTFd-Helm
Browse files Browse the repository at this point in the history
  • Loading branch information
bman46 committed Jul 27, 2022
2 parents 9962147 + 289dd40 commit 2bc5add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ It comes with everything you need to run a CTF and it's easy to customize with p
## Chart Details

This chart will install an instance of CTFd, with the possibility of persisting uploads using a PersistentVolumeClaim,
and persisting CTF data through an external SQL database and Redis for cache.
and persisting CTF data through an included (or optionally external) SQL database and Redis for cache.

## Installing the Chart

To install the chart with the release name `my-release`:

```bash
$ helm repo add momoperes https://charts.momoperes.ca
$ helm install --name my-release momoperes/ctfd
$ helm repo add bman45
$ helm install --name my-release bman46/ctfd
```

## Uninstalling the Chart
Expand Down

0 comments on commit 2bc5add

Please sign in to comment.