From f53c3f75364d8ee8a9f5fdd873a89728b921059e Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 12 Dec 2019 15:53:08 -0500 Subject: [PATCH] Update link Signed-off-by: Charlie Drage --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1696a0e..c11dd0f 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This chart is based upon the work done by [@jfelten](https://github.com/jfelten/ ## TLDR ```sh -helm repo add k8sland https://charts.k8s.land -helm install gitea k8sland/gitea +helm repo add k8s-land https://charts.k8s.land +helm install gitea k8s-land/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 k8sland https://charts.k8s.land -helm install gitea k8sland/gitea +helm repo add k8s-land https://charts.k8s.land +helm install gitea k8s-land/gitea ``` For production / installing with persistent data: