media: run cross-seed with config args

This commit is contained in:
gilgamezh
2026-01-18 13:31:41 +01:00
parent 5988d0df38
commit 78ba3041f1
3 changed files with 8 additions and 6 deletions
@@ -25,8 +25,8 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
{{ toYaml .Values.command | indent 12 }}
args:
{{ toYaml .Values.args | indent 12 }}
env:
{{ toYaml .Values.env | indent 12 }}
ports: