nemonik / taiga-helm

A helm chart for Taiga
BSD 3-Clause "New" or "Revised" License
18 stars 20 forks source link

Trello importer issue #8

Open zmmdv opened 2 years ago

zmmdv commented 2 years ago

Hi @nemonik first thing first i'm appreciate you for this chart. I have issue with trello importer. I've setup variables for trello in values.yml

  enableTrelloImporter: "true"
  trelloImporterApiKey: "MYKEY"
  trelloImporterSecretKey: "MYSECRET"

but when i try to create new project and import it gives error on this path /api/v1/importers/trello/auth_url can you tell me what i made wrong?