Murad Iusufov

Results 6 comments of Murad Iusufov

I'm afraid this repository is no longer maintained :( feel free to use my fork (or create your own) instead.

We recently had to come up with a novel way to implement this, and I'd like to share it. Add a new rake task that generates the schema file and...

In case this helps anyone, in our case the problem was the security groups (we're in AWS and using regular EKS) which were preventing the control plane from talking to...

The issue only appears when there are more than 1 ssh secret attached to the Service Account. In my case, I have two Github repos which I want to build,...

Nope, not using subpath, just pointing at the `main` branch. ```yaml source: git: url: [email protected]:ORG/REPO.git revision: main ``` And the error message I was getting with the paketo git buildpack:...

As a workaround, we have forked kpack and explicitly added BPE env vars (so later we could use the paketo buildpacks) to the pod spec: https://github.com/meetcleo/kpack/pull/1 We also realised we...