Deploying Helm Chart - how to set ALLOWED_HOST_LIST? #618
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to figure out how to set the ALLOWED_HOST_LIST variable for Gitea in order to contact a Jenkins service inside my cluster. Trying this now I'm getting a proper error message telling me to allow the Jenkins host for webhook access, but I find no place to do so.
Have a look at https://gitea.com/gitea/helm-chart#configuration and https://docs.gitea.com/administration/config-cheat-sheet#webhook-webhook
Thanks. I've just realized - to my dismay - that I've been using the Bitnami Chart instead of the original one, which is why the documentation here obviously turned out incompatible.
Closing as per comment.