Update readme to new location

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Charlie Drage 2019-12-12 13:41:09 -05:00
parent 9061f0d470
commit 3d3f2cf93a
1 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ This chart is based upon the work done by [@jfelten](https://github.com/jfelten/
## TLDR
```sh
helm repo add cdrage https://charts.charliedrage.com
helm install gitea cdrage/gitea
helm repo add k8sland https://charts.k8s.land
helm install gitea k8sland/gitea
```
## Introduction
@ -33,8 +33,8 @@ By default, we use ingress to expose the service.
To install WITHOUT persistent storage / development:
```bash
helm repo add cdrage https://charts.charliedrage.com
helm install gitea cdrage/gitea
helm repo add k8sland https://charts.k8s.land
helm install gitea k8sland/gitea
```
For production / installing with persistent data: