From d406bb50fd2b0a9c0bad8a1533b9ab90dedd5f78 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Wed, 11 Oct 2023 07:11:56 -0700 Subject: [PATCH] change md heading --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa7fe03..681ba97 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The majority of default values defined in `values.yaml` should be compatible for That should be it! -## Registration (creating users) +### Registration (creating users) You can disable registration (if you do not with to allow others to register on your Vikunja), by providing the following values in your `values.yaml`: @@ -35,7 +35,7 @@ If you need to create another user, you could opt to execute the following comma ./vikunja user create --email --user --password ``` -### Modifying Resources +### Modifying Deployed Resources Often times, modifications need to be made to a Helm chart to allow it to operate in your Kubernetes cluster. By utilizing bjw-s's `common` library, there are quite a few options that can be easily modified.