Commit 921fa2e2 authored by Radu Carpa's avatar Radu Carpa
Browse files

rucio-server: only mount x509 key and ca sercrets if fts renewal enabled

Otherwise, it will try to mount secrets which don't exist.
parent c4d03c20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-server
version: 1.1.3
version: 1.1.4
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
+2 −0
Original line number Diff line number Diff line
@@ -33,12 +33,14 @@ spec:
      serviceAccountName: {{ .Values.serviceAccountName }}
    {{- end }}
      volumes:
      {{- if .Values.ftsRenewal.enabled -}}
      - name: proxy-volume
        secret:
          secretName: {{ .Release.Name }}-rucio-x509up
      - name: ca-volume
        secret:
          secretName: {{ .Release.Name }}-rucio-ca-bundle
      {{- end }}
      - name: httpdlog
        emptyDir: {}
      {{- range $key, $val := .Values.additionalSecrets }}