agiertli

Results 2 comments of agiertli

Another solution (tested locally) is to run: `git config --system http.sslCAInfo /path/to/gitlab/cert` I then executed this in the theia-ide pod: ```git config --global http.sslCAInfo /public-certs/gitlab-certs.cert-java.cer git clone https://gitlab.apps.cluster-5q5jt.5q5jt.sandbox1447.opentlc.com/dev-team1/test-project.git ``` and...

Hi @joyrex2001 I noticed that 'podman generate kube' didn't work with kubedock. Kubedock logs showed 404, which suggests the feature is simply not implemented. Since this GH issue is about...