[plex-exporter] Add support for token and autodiscovery (#30)

This commit is contained in:
2021-12-08 17:00:56 +00:00
committed by GitHub
parent 30fbc3e8f7
commit c2b9442ebc
9 changed files with 42 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
helm install {{ template "chart.name" . }} \
--set plex.server="http://192.168.1.1:32400"\
--set plex.token="000000"\
{{ template "custom.helm.path" . }}
```
{{- end -}}