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"