mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-25 15:49:28 +00:00
[plex-exporter] Update to common, add loglevel argument (#48)
* [plex-exporter] Update to common, add loglevel argument * Fix empty lines * Clean linting * Add missing repo to ct
This commit is contained in:
@@ -14,6 +14,10 @@ args:
|
||||
- "--token"
|
||||
- "{{ .Values.plex.token }}"
|
||||
{{ end }}
|
||||
{{ if .Values.plex.loglevel }}
|
||||
- "--log-level"
|
||||
- "{{ .Values.plex.loglevel }}"
|
||||
{{ end }}
|
||||
{{- end -}}
|
||||
{{- $_ := mergeOverwrite .Values (include "plex-exporter.harcodedValues" . | fromYaml) -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user