minor readme update
This commit is contained in:
parent
ef3118a500
commit
cb32886d8b
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ helm install gitea k8s-land/gitea
|
||||||
For production / installing with persistent data:
|
For production / installing with persistent data:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
helm show values cdrage/gitea > values.yaml
|
helm show values k8s-land/gitea > values.yaml
|
||||||
vim values.yaml # Edit to enable persistent storage
|
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
|
### Database Configuration
|
||||||
|
|
Loading…
Reference in a new issue