Commit 509c308d authored by Radu Carpa's avatar Radu Carpa
Browse files

rucio-daemons: allow setting additional config values in poller

parent df00b14e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-daemons
version: 1.26.2
version: 1.26.3
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
+6 −0
Original line number Diff line number Diff line
@@ -94,6 +94,12 @@ spec:
                  key: {{ $key1 }}_{{ $key2 }}
            {{- end}}
            {{- end}}
            {{- range $key1, $val1 := .Values.conveyorPoller.config }}
            {{- range $key2, $val2 := $val1 }}
            - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }}
              value: {{ $val2 | quote }}
            {{- end }}
            {{- end }}
            {{- range $key1, $val1 := .Values.optional_config }}
            - name: {{ $key1 | upper }}
              value: "{{ $val1  }}"