Skip to content

Commit

Permalink
Added TLS Verify skip in the generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaroth committed Sep 16, 2024
1 parent dff3359 commit 2d632a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gitea:
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

0 comments on commit 2d632a4

Please sign in to comment.