From cda1a0817134b57fffa03ca06e2280c790635c76 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 15 May 2026 17:24:28 +0300 Subject: [PATCH] Allow gitea webhook hosts --- manifests/gitea/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/gitea/values.yaml b/manifests/gitea/values.yaml index 05d8717..083bbd6 100644 --- a/manifests/gitea/values.yaml +++ b/manifests/gitea/values.yaml @@ -40,6 +40,9 @@ gitea: INSTALL_LOCK: true SECRET_KEY: somesecret INTERNAL_TOKEN: somesecret + + webhook: + ALLOWED_HOST_LIST: "*.svc.cluster.local" oauth: - name: "Keycloak"