Unverified Commit 74d9bea3 authored by Martin Barisits's avatar Martin Barisits Committed by GitHub
Browse files

Merge pull request #77 from rcarpa/undertaker_proxy_volume

mount x509 proxy volume into undertaker
parents 577c6f6b 55664568
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 }}