Sebastian Bąkała

Results 13 comments of Sebastian Bąkała

Hi @ryota-sakamoto. Sure! Notifications for github repositories are using `spec.source.repoURL` key from an application manifest [here](https://github.com/argoproj/notifications-engine/blob/master/pkg/services/github.go#L46). I would be glad if I could to modify this behaviour eg. by using...

Hello guys. > The user doesn't know that real path inside the runner. User can be aware of some of the runner's paths. Let's assume that the user is using...

@antonmos I wish to merge it, but I'm not an owner of this repository. I think this one has been abandoned

Hi @timmkelley I would really like to merge some of these PRs but I'm not an owner

> +1. We're facing the `missing expected [` and `unsupported attribute "connection_strings"` errors when migrating our IAC to v4. Will there be a solution that does not involve re-importing everything...

Adjusted @CoolDuke's workaround, and this does the job in TFC (without `kubelogin` binary) ```tf provider "helm" { kubernetes = { host = one(data.azurerm_kubernetes_cluster.aks.kube_config).host cluster_ca_certificate = base64decode(one(data.azurerm_kubernetes_cluster.aks.kube_config).cluster_ca_certificate) exec = { api_version...

Hi @chanwit Sorry for late response. I was really busy. I'm not an expert in Go so the idea can be wrong 🙂. Please correct me if so. This is...

Hmmm. Or maybe different crd for terraform providers?

@chanwit Could you elaborate so we can confront our thoughts? I'd like to start implementing it