You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
AFAIU i cant create a wireguardPeer A on namespace A and wireguardRef a wireguardServer on namespace B
this makes it hard to share wireguardPeer secret between namespces
Describe the solution you'd like
Allow for wireguardRef to reference a wireguardServer with either dot notation like k8s services or with a namespace field
Describe alternatives you've considered
Check CRD and operator code for options, didn't find any way to my understanding
Is your feature request related to a problem? Please describe.
AFAIU i cant create a wireguardPeer A on namespace A and wireguardRef a wireguardServer on namespace B
this makes it hard to share wireguardPeer secret between namespces
Describe the solution you'd like
Allow for wireguardRef to reference a wireguardServer with either dot notation like k8s services or with a namespace field
Describe alternatives you've considered
Check CRD and operator code for options, didn't find any way to my understanding
Additional context
this project rocks!