properly enable/disable trello importer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: taiga
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
description: Chart for Taiga
|
||||
keywords:
|
||||
- kanban
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user