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