Unverified Commit c09ddc43 authored by Martin Barisits's avatar Martin Barisits Committed by GitHub
Browse files

Merge pull request #85 from rcarpa/throttler_wrong_executable

daemons: fix throttler executable name. rucio/rucio#4979
parents 191b8188 8b030665
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 }}