Kurt Madel

Results 11 comments of Kurt Madel

See Add support to list repos by org and user #45 - please comment if that doesn't provide the support others are looking for...

Will the Docker backed 'Trusted Registry' support either setting endpoints for registry notificaitons and/or webhooks similar to what is available on Docker Hub?

The missing piece for me was "fileName" getting mapped to "objectName" but I guess that happens [here](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/26c0a5700abf38d9cf8674acc2da29811d250ca0/controllers/secretproviderclasspodstatus_controller.go#L154). Tested with the following and it worked when a pod was created using...

You don't need backup replication to support multi-zone and multi-region for GCP/GKE with the K8s VolumeSnapshot beta support of Velero v1.4. See https://github.com/vmware-tanzu/velero/issues/1624#issuecomment-671061689

> This can be achieved using `pullRequestComment` from GitHub notifications service: https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/services/github/#templates Is there a better example of this? I feel like I have configured everything correctly but the commit...

@dFurman > I solved this issue with using self-hosted github runners. I have EKS cluster with 2 node-groups, one for x86 and the second for arm64. How do you actually...

I just wanted to mention that I have written a Gogs Plugin for Jenkins to support Pipeline Multibranch and Org Scanning (auto creates project folders for repos and Pipeline projects...

By the way, I would like to mention that I believe Pull Requests should be able to be retrieved the same way that repo branches are (and the way GitHub...

I also wanted to mention (and please correct me if I am wrong), but I don't believe it is even currently possible to get a list of Pull Request issues....

@lstahlman How far along are you on the PR API - and did you see this PR: #3547 Not quite as robust as what GitHub includes for PRs, but a...