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

fix template for hermes2

The config volumemount section was duplicated in two places.
One of them being incorrect.
parent e8b16346
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-daemons
version: 1.28.0
version: 1.28.1
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
+0 −6
Original line number Diff line number Diff line
@@ -72,12 +72,6 @@ spec:
          secret:
            secretName: {{ .Release.Name }}-hermes2-key
{{ end }}
        - name: config
          mountPath: /opt/rucio/etc/rucio.config.common.json
          subPath: rucio.config.common.json
        - name: config
          mountPath: /opt/rucio/etc/rucio.config.component.json
          subPath: rucio.config.component.json
        {{- range $key, $val := .Values.additionalSecrets }}
        - name: {{ $key }}
          secret: