change md heading
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
perf3ct 2023-10-11 07:11:56 -07:00
parent 746555db06
commit d406bb50fd
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 2 additions and 2 deletions

View File

@ -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@email.com> --user <user1> --password <password123>
```
### 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.