Unverified Commit 0af32f74 authored by rcarpa's avatar rcarpa Committed by GitHub
Browse files

Merge pull request #111 from ericvaandering/legacy_dn_webui

Mistakenly assumed we were moving these to ENV variables already
parents f57a04ff e15afaa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-ui
version: 1.29.1
version: 1.29.2
apiVersion: v1
description: A Helm chart to deploy webui servers for Rucio
keywords:
+7 −0
Original line number Diff line number Diff line
@@ -128,6 +128,13 @@ spec:
              mountPath: {{ $val.mountPath }}
            {{- end}}
          env:
            {{- range $key, $val := .Values.httpd_config }}
            - name: RUCIO_HTTPD_{{ $key | upper }}
              valueFrom:
                secretKeyRef:
                  name: {{ template "rucio.fullname" $ }}.cfg
                  key: {{ $key }}
            {{- end}}
            {{- range $key1, $val1 := .Values.optional_config }}
            - name: {{ $key1 | upper }}
              value: "{{ $val1  }}"