Compare commits

...

1 Commits

Author SHA1 Message Date
8fae31a679 properly enable/disable trello importer 2024-04-13 23:07:20 -06:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -213,7 +213,7 @@ spec:
value: "False"
{{ end }}
{{ if .Values.trelloImporter }}
{{ if .Values.trelloImporter.enabled }}
- name: ENABLE_TRELLO_IMPORTER
value: "True"
- name: TRELLO_IMPORTER_API_KEY