Maksim Kuvshinov
Maksim Kuvshinov
any particular plans regarding this one?
We use ArgoCD (GitOps tool) to deal with installation, here's the manifest: ``` project: default source: repoURL: 'https://app.getambassador.io' targetRevision: 2.6.4 helm: releaseName: traffic-manager values: | managerRbac: create: true namespaced: true...
Interesting, it doesn't list anything for me. My guess is when another client (on linux, x86) did `telepresence connect` it **removed** some labels from the deployment, namely: ``` app.kubernetes.io/created-by: Helm...
Perhaps, [related](https://github.com/telepresenceio/telepresence/issues/2573) So, if you deploy the app via helm and the do `telepresence connect`, would that strip some labels, too?
any updates on this issue?
Hi! What's the status of this one? Can we help somehow?
Same behaviour with `workflow_dispatch` 🤔
I personally ended up with a workaround: ``` - uses: dorny/paths-filter@v2 id: paths-filter-init with: filters: | service1: services/service1/** service2: services/service2/** - name: Hack-1 # when event_name is workflow_dispatch or workflow_call,...
I'll just leave it here in order someone would be interested. `https://github.com/radovskyb/watcher` With that library we could implement `Input.Connect()` and `Read() `the bytes of a file from that channel as...
Some advise before I'll get to it?