8 lines
205 B
Smarty
8 lines
205 B
Smarty
|
{{- define "plexanisync.config" -}}
|
||
|
{{- $pas := .Values.plexanisync }}
|
||
|
enabled: true
|
||
|
data:
|
||
|
SETTINGS_FILE: {{ .Values.persistence.settings.mountPath }}
|
||
|
INTERVAL: {{ $pas.interval | quote }}
|
||
|
{{- end -}}
|