Alexis Daciuk
Alexis Daciuk
Any updates on this? we are using the Operator in our clusters but it's not great to have to install it by hand
Thanks for the clarification I am looking into automating the deploy of Twingate Resources using Helm and ArgoCD and looking for a easy way to give access to multiple groups...
Maybe will help somebody, I was able to make it work with helm With `.Values.twingate.groups` being a String list ```yaml {{- range $name := .Values.twingate.groups }} --- apiVersion: twingate.com/v1beta kind:...