Skip to content

Commit

Permalink
Added TLS Verify skip in the generation script
Browse files Browse the repository at this point in the history
Signed-off-by: Mani Marothu <[email protected]>
  • Loading branch information
mmaroth committed Sep 16, 2024
1 parent fc69ae7 commit 70cad93
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 70cad93

Please sign in to comment.