Daniel Yaba

Results 4 comments of Daniel Yaba

Hi @withnale, I did everything you mentioned in Git support to Google Cloud Source Repos using Workload Identity Once I am trying to add a google source repository I can...

Unfortunately I didn't get it working

Hi @withnale, I was able to make it work :-) My problem was that I am using branch "main" and argocd by default tried to fetch branch "master" (which is...

I am using a custom Dockerfile ``` FROM gcr.io/kaniko-project/executor:v1.23.2-debug COPY custom-ca-certificates.crt /kaniko/ssl/certs/custom-ca-certificates.crt ``` In the GitLab CI pipeline I get this error: cat: can't open '/kaniko/ssl/certs/custom-ca-certificates.crt': No such file or...