From a409c083ce7d3f86d3bab9267962db99c50a8027 Mon Sep 17 00:00:00 2001 From: maany Date: Wed, 3 Jul 2024 17:20:30 +0200 Subject: [PATCH] webui: remove duplicate RUCIO_WEBUI_AUTH_HOST environment variables --- charts/rucio-webui/Chart.yaml | 2 +- charts/rucio-webui/templates/deployment.yaml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/charts/rucio-webui/Chart.yaml b/charts/rucio-webui/Chart.yaml index 52e741f..73a60b7 100644 --- a/charts/rucio-webui/Chart.yaml +++ b/charts/rucio-webui/Chart.yaml @@ -1,5 +1,5 @@ name: rucio-webui -version: 34.0.5 +version: 34.0.6 apiVersion: v1 description: A Helm chart to deploy the new Rucio Webui keywords: diff --git a/charts/rucio-webui/templates/deployment.yaml b/charts/rucio-webui/templates/deployment.yaml index f0ab618..9a9d7d7 100644 --- a/charts/rucio-webui/templates/deployment.yaml +++ b/charts/rucio-webui/templates/deployment.yaml @@ -177,10 +177,6 @@ spec: - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - - name: RUCIO_WEBUI_RUCIO_HOST - value: {{ required "A valid rucioHost value pointing to the rucio server is required" .Values.config.webui.rucio_host }} - - name: RUCIO_WEBUI_RUCIO_AUTH_HOST - value: {{ required "A valid rucioAuthHost value pointing to the rucio auth server is required" .Values.config.webui.rucio_auth_host }} - name: RUCIO_LOG_LEVEL value: "INFO" - name: RUCIO_ENABLE_LOGS