From cb32886d8b4e96fb3f6bb1341c0502ac66bda656 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 16 Feb 2020 23:55:19 -0500 Subject: [PATCH] minor readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c11dd0f..c62b513 100644 --- a/README.md +++ b/README.md @@ -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