Merge pull request #4 from techknowlogick/patch-1

minor readme update
This commit is contained in:
Charlie Drage 2020-02-19 08:14:59 -05:00 committed by GitHub
commit 72fe73d220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,9 +40,9 @@ helm install gitea k8s-land/gitea
For production / installing with persistent data:
```sh
helm show values cdrage/gitea > values.yaml
helm show values k8s-land/gitea > values.yaml
vim values.yaml # Edit to enable persistent storage
helm install gitea cdrage/gitea -f values.yaml
helm install gitea k8s-land/gitea -f values.yaml
```
### Database Configuration