feat(operator): added ceIPSecPSKSecret support

Signed-off-by: Lukas Spinler <lukas.spinler@gl-systemhaus.de>
This commit is contained in:
Lukas Spinler
2026-02-04 08:25:07 -05:00
committed by Thomas Pantelis
parent d52050592d
commit c28d8eb1d4
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ Submariner enables direct networking between Pods and Services in different Kube
| ipsec.forceUDPEncaps | bool | `false` | |
| ipsec.ikePort | int | `500` | |
| ipsec.natPort | int | `4500` | |
| ipsec.pskSecret | string | `""` | Name of the Kubernetes Secret containing the IPsec PSK as field psk |
| ipsec.psk | string | `""` | |
| leadership.leaseDuration | int | `10` | |
| leadership.renewDeadline | int | `5` | |