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

daemons: fix ENV rendered as int

parent dd4ca32c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-daemons
version: 1.30.6
version: 1.30.7
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
        - name: RUCIO_FTS_SCRIPT
          value: "{{ .Values.ftsRenewal.script }}"
        - name: RUCIO_FTS_VO_COUNT
          value: {{ len .Values.ftsRenewal.vos }}
          value: "{{ len .Values.ftsRenewal.vos }}"
        {{- range $key, $val := .Values.ftsRenewal.vos }}
        - name: RUCIO_FTS_VO_{{ $key }}
          value: {{ $val.vo }}
+2 −2
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@ ftsRenewal:
  vos:
    - vo: "cms"
      voms: "cms:/cms/Role=production"
  secretMounts: {}
  secretMounts: []
    # - secretName: fts-cert
    #   mountPath: /opt/rucio/certs/usercert.pem
    #   subPath: usercert.pem
@@ -413,7 +413,7 @@ ftsRenewal:
    # - secretName: longproxy
    #   mountPath: /opt/rucio/certs/long.proxy
    #   subPath: long.proxy
  additionalEnvs: {}
  additionalEnvs: []
    # - name: RUCIO_FTS_SECRETS
    #   value: release-rucio-x509up
    # - name: USERCERT_NAME