Commit 55664568 authored by Radu Carpa's avatar Radu Carpa
Browse files

mount x509 proxy volume into undertaker

it has to be able to cancel requests of expired dids
parent 577c6f6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-daemons
version: 1.27.0
version: 1.27.1
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
+5 −0
Original line number Diff line number Diff line
@@ -64,6 +64,9 @@ spec:
      - name: config
        secret:
          secretName: {{ template "rucio.fullname" . }}.config.undertaker.yaml
      - name: proxy-volume
        secret:
          secretName: {{ .Release.Name }}-rucio-x509up
      {{- range $key, $val := .Values.additionalSecrets }}
      - name: {{ $key }}
        secret:
@@ -85,6 +88,8 @@ spec:
            - name: config
              mountPath: /opt/rucio/etc/rucio.config.component.json
              subPath: rucio.config.component.json
            - name: proxy-volume
              mountPath: /opt/proxy
            {{- range $key, $val := .Values.additionalSecrets }}
            - name: {{ $key }}
              mountPath: {{ $val.mountPath }}