From a42227c1b753de9368b167e6b6aa153f8773355f Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 8 May 2026 22:16:38 +0200 Subject: [PATCH] fix: add gatewayClass.create to cilium helmrelease --- clusters/homelab/infrastructure/cilium/helmrelease.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/homelab/infrastructure/cilium/helmrelease.yaml b/clusters/homelab/infrastructure/cilium/helmrelease.yaml index 7c1cb15..4cb0841 100644 --- a/clusters/homelab/infrastructure/cilium/helmrelease.yaml +++ b/clusters/homelab/infrastructure/cilium/helmrelease.yaml @@ -40,6 +40,7 @@ spec: - NET_ADMIN - SYS_ADMIN - SYS_RESOURCE - # Gateway API aktivieren gatewayAPI: enabled: true + gatewayClass: + create: "true"