Bryce Edwards

Results 8 comments of Bryce Edwards

The Argo CD link is https://github.com/argoproj/argo-cd/blob/master/docs/proposals/native-oci-support.md

Worth noting that when we downgrade to the `tag: "8.5"` image, with the same settings/credentials it works fine again.

We are using FusionAuth (https://fusionauth.io/docs/lifecycle/authenticate-users/oauth/)

We need to ensure at least one connector (ideally 2) is available. There should at least have an option for PDB with `minAvailable: 1` when deploying a `TwingateConnector` resource (like...

Agreed, just wanting to get guidance on how we should run multiple connectors. For example currently use something like: ``` yaml apiVersion: twingate.com/v1beta kind: TwingateConnector metadata: name: clustername-connector spec: imagePolicy:...

As a follow up for others, here's what I did. Note: It should be tweaked as appropriate for zone/region. ``` yaml apiVersion: twingate.com/v1beta kind: TwingateConnector metadata: name: clustername-connector-a spec: imagePolicy:...

Can we re-open this issue? We are seeing the same problem and we are using this helm chart: https://github.com/community-charts/helm-charts/tree/main/charts/n8n

> > I think the issue might be because of `N8N_CUSTOM_EXTENSIONS`, which isn't exactly well tested or commonly used. > > Can please try removing that env variable, and put...