From d2eaea5e1cbff2b5d47502683d5376c42e5dc734 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 29 May 2022 13:51:58 +0000 Subject: [PATCH] Update webhook allowed hosts --- manifests/gitea/gitea.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/gitea/gitea.yaml b/manifests/gitea/gitea.yaml index d516657..f0d38fc 100644 --- a/manifests/gitea/gitea.yaml +++ b/manifests/gitea/gitea.yaml @@ -64,6 +64,8 @@ spec: value: "20" - name: DEFAULT_THEME value: arc-green + - name: ALLOWED_HOST_LIST + value: "*" - name: SECRET_KEY valueFrom: secretKeyRef: