unknown field "AllowedIPs" in io.wireguard-operator.vpn.v1alpha1.WireguardPeer.spec
brdelphus opened this issue · 1 comments
brdelphus commented
Describe the bug
Trying to set AllowedIPs for peers in a particular vpn server
To Reproduce
try adding AllowedIPs: into peers
spec:
AllowedIPs: '10.18.3.0/24,10.17.3.0/24'
Expected behavior
Modify users config to set allowed IPs
Additional context
it fails to validate it. no matter how I try it simply won't happen.
thanks