Unverified Commit 90003793 authored by Mario Lassnig's avatar Mario Lassnig Committed by GitHub
Browse files

Merge pull request #105 from rcarpa/fix_kronos_exe_name

daemons: fix kronos executable name
parents d75c19b0 89c5d872
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-daemons
version: 1.29.1
version: 1.29.2
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,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: "{{ $rucio_daemon }}"
              value: "kronos"
            - name: RUCIO_DAEMON_ARGS
              value: "{{- if .Values.tracerKronos.threads }} --threads {{ .Values.tracerKronos.threads }}{{end}} {{- if .Values.tracerKronos.sleepTimeFiles }} --sleep-time-files {{ .Values.tracerKronos.sleepTimeFiles }}{{ end }}{{- if .Values.tracerKronos.sleepTimeDatasets }} --sleep-time-datasets {{ .Values.tracerKronos.sleepTimeDatasets }}{{ end }}"
{{- with .Values.tracerKronos.resources }}