Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Nov 30, 2020
1 parent 39cc226 commit 56bce48
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions charts/sftd/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# SFTD Chart

## Deploy


Using your own certificates:

```
helm install sftd charts/std --set mediaAddress=10.0.0.1 --set host=example.com --set-file tls.crt=/path/to/tls.crt --set-file tls.key=/path/to/tls.key
```

Using Cert-manager:
```
helm install sftd charts/std --set mediaAddress=10.0.0.1 --set host=example.com --set tls.issuerRef.name=letsencrypt-staging
```

You can switch between `cert-manager` and own-provided certificates at any
time. Helm will delete the `sftd` secret automatically and then cert-manager
will create it instead.

0 comments on commit 56bce48

Please sign in to comment.