Skip to content

Commit

Permalink
Added config for gitea to support webhooks trigger (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Mani Marothu <[email protected]>
  • Loading branch information
mmaroth authored Sep 16, 2024
1 parent 5c47cf7 commit 5febab5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ gitea:
server:
DOMAIN: '{{- if .UsePathRouting -}} {{ .Host }} {{- else -}} gitea.{{- .Host }} {{- end }}'
ROOT_URL: '{{- if .UsePathRouting }} {{- .Protocol }}://{{ .Host }}:{{ .Port }}/gitea {{- else }} {{- .Protocol }}://gitea.{{ .Host }}:{{ .Port }} {{- end }}'
webhook:
ALLOWED_HOST_LIST: private
SKIP_TLS_VERIFY: true

service:
ssh:
Expand Down
3 changes: 3 additions & 0 deletions pkg/controllers/localbuild/resources/gitea/k8s/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ stringData:
session: |-
PROVIDER=memory
PROVIDER_CONFIG=
webhook: |-
ALLOWED_HOST_LIST=private
SKIP_TLS_VERIFY=true
---
# Source: gitea/templates/gitea/config.yaml
apiVersion: v1
Expand Down

0 comments on commit 5febab5

Please sign in to comment.