Commit 730ef9af authored by Radu Carpa's avatar Radu Carpa
Browse files

servers: don't skip additional secrets for trace when no useSsl

parent 74d9bea3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-server
version: 1.27.0
version: 1.27.1
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
+1 −1
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ spec:
            - name: cafile
              mountPath: /etc/grid-security/ca.pem
              subPath: ca.pem
{{- end }}
            {{- range $key, $val := .Values.additionalSecrets }}
            {{- /* TODO: depreacte and remove support for subPaths (at plural) case */}}
            {{-  if $val.subPaths }}
@@ -146,7 +147,6 @@ spec:
              subPath: {{ $val.subPath }}
            {{-  end}}
            {{- end}}
{{- end }}
          env:
            {{- range $key, $val := .Values.httpd_config }}
            - name: RUCIO_HTTPD_{{ $key | upper }}