From a8607890566545b0d7c09d04635ae0d15336a286 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Mon, 15 Apr 2024 03:31:49 -0600 Subject: [PATCH] add env to front deployment about oidc enablement --- charts/taiga/Chart.yaml | 2 +- charts/taiga/templates/deployment-front.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/taiga/Chart.yaml b/charts/taiga/Chart.yaml index a983680..2d37528 100644 --- a/charts/taiga/Chart.yaml +++ b/charts/taiga/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: taiga -version: 0.1.12 +version: 0.1.13 description: Chart for Taiga keywords: - kanban diff --git a/charts/taiga/templates/deployment-front.yaml b/charts/taiga/templates/deployment-front.yaml index efb8ec3..b91c3b8 100644 --- a/charts/taiga/templates/deployment-front.yaml +++ b/charts/taiga/templates/deployment-front.yaml @@ -72,6 +72,8 @@ spec: value: "false" - name: ENABLE_GITLAB_AUTH value: "false" + - name: ENABLE_OIDC + value: "{{ .Values.oidc.enabled }}" - name: ENABLE_SLACK value: "{{ .Values.enableSlack }}" - name: ENABLE_GITHUB_IMPORTER