Remove appkey from values and move it to up to make more obvious it is required

This commit is contained in:
Jochem
2024-07-05 10:33:56 +02:00
parent cc3f4d3e65
commit 56b29f8fb1
3 changed files with 17 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ data center infrastructure management (DCIM) tool.
```shell
$ helm repo add thechef23 https://thechef23.github.io/helm-librenms
$ helm install my-release thechef23-librenms/librenms
$ helm install my-release thechef23-librenms/librenms --set appkey=<LibreNMS Application key>
```
## Prerequisites
@@ -21,13 +21,19 @@ To install the chart with the release name `my-release` and default configuratio
```shell
$ helm repo add thechef23 https://thechef23.github.io/helm-librenms
$ helm install my-release thechef23-librenms/librenms
$ helm install my-release thechef23-librenms/librenms --set appkey=<LibreNMS Application key>
```
## Values
Check the [values.yml](/TheChef23/helm-librenms/blob/main/values.yaml) file for the available settings for this chart and its
Check the [values.yaml](/TheChef23/helm-librenms/blob/main/values.yaml) file for the available settings for this chart and its
dependencies.
### Required values:
```
librenms:
appkey:
```
## Uninstalling the Chart
To delete the chart: