Skip to content

Commit

Permalink
Daemons: fix cache consummer parameter passing
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarpa committed Sep 13, 2023
1 parent acd46eb commit 7417f22
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.0
version: 32.0.1
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/rucio-daemons/templates/cache-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ spec:
- name: RUCIO_DAEMON
value: "{{ $rucio_daemon }}"
- name: RUCIO_DAEMON_ARGS
value: "{{- if $component_values.threads }} --num-thread {{ $component_values.threads }} {{ end }}"
{{- with $component_values.additionalEnvs }}
{{ toYaml . | indent 12 }}
{{- end}}
value: "{{- if $component_values.threads }} --num-thread {{ $component_values.threads }} {{ end }}"
{{- with $component_values.resources }}
resources:
{{ toYaml . | trim | indent 12 }}
Expand Down

0 comments on commit 7417f22

Please sign in to comment.