Loading charts/rucio-ui/Chart.yaml +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: Loading charts/rucio-ui/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -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 }}" Loading Loading
charts/rucio-ui/Chart.yaml +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: Loading
charts/rucio-ui/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -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 }}" Loading