Commit 8b030665 authored by Radu Carpa's avatar Radu Carpa
Browse files

daemons: fix throttler executable name. rucio/rucio#4979

parent 191b8188
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ spec:
            - name: RUCIO_OVERRIDE_CONFIGS
              value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json"
            - name: RUCIO_DAEMON
              value: "conveyor-fts-throttler"
              value: "conveyor-throttler"
            - name: RUCIO_DAEMON_ARGS
              value: "{{- if .Values.conveyorThrottler.sleepTime }} --sleep-time {{ .Values.conveyorThrottler.sleepTime }}{{ end }}"
{{- with .Values.conveyorThrottler.resources }}