From f968776cd0abdce758e49e12b12c7bec6b0eae32 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 13 Apr 2024 23:13:44 -0600 Subject: [PATCH] fix trello importer switch for async container --- charts/taiga/templates/deployment-back.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/taiga/templates/deployment-back.yaml b/charts/taiga/templates/deployment-back.yaml index 9ce4e6a..354def3 100644 --- a/charts/taiga/templates/deployment-back.yaml +++ b/charts/taiga/templates/deployment-back.yaml @@ -437,7 +437,7 @@ spec: value: "False" {{ end }} - {{ if .Values.trelloImporter }} + {{ if .Values.trelloImporter.enabled }} - name: ENABLE_TRELLO_IMPORTER value: "True" - name: TRELLO_IMPORTER_API_KEY