Update link

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Charlie Drage 2019-12-12 15:53:08 -05:00
parent 3d3f2cf93a
commit f53c3f7536

View file

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