Skip to content

Commit

Permalink
Fix similar issue to cache-consumer, but in hermes_legacy.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjwhite-fnal committed Sep 14, 2023
1 parent 7417f22 commit 84f6c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rucio-daemons/templates/hermes-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ spec:
- name: RUCIO_DAEMON
value: "{{ $rucio_daemon }}"
- name: RUCIO_DAEMON_ARGS
value: "{{- if $component_values.threads }} --threads {{ $component_values.threads }}{{ end }} {{- if $component_values.bulk }} --bulk {{ $component_values.bulk }}{{ end }} {{- if $component_values.sleepTime }} --sleep-time {{ $component_values.sleepTime }}{{ end }} {{- if $component_values.brokerTimeout }} --broker-timeout {{ $component_values.brokerTimeout }}{{ end }} {{- if $component_values.brokerRetry }} --broker-retry {{ $component_values.brokerRetry }}{{ end }}"
{{- with $component_values.additionalEnvs }}
{{ toYaml . | indent 12 }}
{{- end}}
value: "{{- if $component_values.threads }} --threads {{ $component_values.threads }}{{ end }} {{- if $component_values.bulk }} --bulk {{ $component_values.bulk }}{{ end }} {{- if $component_values.sleepTime }} --sleep-time {{ $component_values.sleepTime }}{{ end }} {{- if $component_values.brokerTimeout }} --broker-timeout {{ $component_values.brokerTimeout }}{{ end }} {{- if $component_values.brokerRetry }} --broker-retry {{ $component_values.brokerRetry }}{{ end }}"
{{- with $component_values.resources }}
resources:
{{ toYaml . | trim | indent 12 }}
Expand Down

0 comments on commit 84f6c9f

Please sign in to comment.