Commit 66ff1e53 authored by Radu Carpa's avatar Radu Carpa
Browse files

add support for fts secrets in rucio-server chart

The writers need to contact fts when update-rule-priority is called.
parent 76aebcf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-server
version: 0.3.0
version: 0.4.0
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
+4 −0
Original line number Diff line number Diff line
@@ -94,6 +94,10 @@ spec:
          resources:
{{ toYaml .Values.serverResources | indent 12 }}
          volumeMounts:
          - name: proxy-volume
            mountPath: /opt/proxy
          - name: ca-volume
            mountPath: /opt/certs
          - name: httpdlog
            mountPath: /var/log/httpd
          {{- range $key, $val := .Values.additionalSecrets }}