Twingate / helm-charts

Official Twingate Helm Charts
MIT License
11 stars 12 forks source link

Fix validation - allow specifying `url` instead of `network` #44

Closed ekampf closed 3 months ago

ekampf commented 3 months ago

What this PR does / why we need it:

We allow specifying either connector.network or connector.url but not both. Validation right now blocks specifying connector.url

Checklist