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 authored and rcarpa committed Sep 14, 2023
1 parent 7417f22 commit 07523a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/rucio-daemons/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-daemons
version: 32.0.1
version: 32.0.2
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
Expand Down
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 07523a3

Please sign in to comment.