diff --git a/custom_helm_charts/cross-seed/templates/deployment.yaml b/custom_helm_charts/cross-seed/templates/deployment.yaml index b81d431..2c276bf 100644 --- a/custom_helm_charts/cross-seed/templates/deployment.yaml +++ b/custom_helm_charts/cross-seed/templates/deployment.yaml @@ -25,7 +25,7 @@ spec: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} - args: + command: {{ toYaml .Values.command | indent 12 }} env: {{ toYaml .Values.env | indent 12 }} diff --git a/custom_helm_charts/cross-seed/values.yaml b/custom_helm_charts/cross-seed/values.yaml index b166657..f6442e9 100644 --- a/custom_helm_charts/cross-seed/values.yaml +++ b/custom_helm_charts/cross-seed/values.yaml @@ -25,6 +25,7 @@ env: key: NZBGEEK_API_KEY command: + - "cross-seed" - "daemon" config: diff --git a/helm-values/cross-seed_values.yaml b/helm-values/cross-seed_values.yaml index 68b2594..6b571d0 100644 --- a/helm-values/cross-seed_values.yaml +++ b/helm-values/cross-seed_values.yaml @@ -25,6 +25,7 @@ env: key: NZBGEEK_API_KEY command: + - "cross-seed" - "daemon" config: