Commit 27ddfec3 authored by Radu Carpa's avatar Radu Carpa
Browse files

daemons: fix env variable name

It was inconsistent with what daemon containers expect
parent 918f3c15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-daemons
version: 1.26.4
version: 1.26.5
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ spec:
            - name: {{ $key1 | upper }}
              value: "{{ $val1  }}"
            {{- end}}
            - name: RUCIO_CONFIG_OVERRIDES
            - name: RUCIO_OVERRIDE_CONFIGS
              value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json"
            - name: RUCIO_DAEMON
              value: "conveyor-finisher"
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ spec:
            - name: {{ $key1 | upper }}
              value: "{{ $val1  }}"
            {{- end}}
            - name: RUCIO_CONFIG_OVERRIDES
            - name: RUCIO_OVERRIDE_CONFIGS
              value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json"
            - name: RUCIO_DAEMON
              value: "conveyor-poller"
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ spec:
            - name: {{ $key1 | upper }}
              value: "{{ $val1  }}"
            {{- end}}
            - name: RUCIO_CONFIG_OVERRIDES
            - name: RUCIO_OVERRIDE_CONFIGS
              value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json"
            - name: RUCIO_DAEMON
              value: "conveyor-preparer"
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ spec:
            - name: {{ $key1 | upper }}
              value: "{{ $val1  }}"
            {{- end}}
            - name: RUCIO_CONFIG_OVERRIDES
            - name: RUCIO_OVERRIDE_CONFIGS
              value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json"
            - name: RUCIO_DAEMON
              value: "conveyor-receiver"
Loading