Thibaud

Results 20 comments of Thibaud

yup, on the second nominatim that I deployed, it starts correctly. But when I go to its deployed URL I get a 404. Any idea ?

well, as you saw in the file, I used your helm chart to deploy the ingress. I only added my cluster-issuer. Okay, should I delete the DB first ?

Hello, is it possible to reopen this issue ?

Hello, j'ai eu besoin comme vous de faire un import, j'ai un peu modifié le script de @nunezcedric : ```python import getpass import glob import os import random import shutil...

> Im also looking for this. @enlight3d did you ever find a way? nope, I abandoned using this as it was too restrictive for my needs 😞

ah I see, no way to do this then I guess. Also, it may not be completely related, but what about an Iframe ? I have a use case where...

I have the same issue on a project where I build a backend with nestjs framework. For me it's the module tslib that is missing, resulting in docker images that...

Hello @gperdomor, thanks for your reply. That's what I thought too. I was using gperdomor/nx-kaniko:18.12.0-alpine image and now I'm trying using gperdomor/nx-kaniko:20.12.2-alpine. Could you tell me what version of Kaniko...

I tried `Authorization: Basic base64("email:password")` but didn't work