add env to front deployment about oidc enablement

This commit is contained in:
2024-04-15 03:31:49 -06:00
parent 58f89640a8
commit a860789056
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: taiga
version: 0.1.12
version: 0.1.13
description: Chart for Taiga
keywords:
- kanban

View File

@@ -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