Skip to content
Snippets Groups Projects
Verified Commit 21545886 authored by Louis's avatar Louis :fire:
Browse files

[Woodpecker CI] Fix issue with ingress TLS

parent f57189db
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ name: woodpecker-ci
description: Woodpecker is a simple CI engine with great extensibility.
icon: https://helm-forks.s3.eu-west-2.amazonaws.com/icons/woodpecker-ci.png
version: 0.4.0
version: 0.4.1
appVersion: "v0.15.1"
......@@ -48,12 +48,8 @@ spec:
{{- end }}
{{- if .Values.server.tls }}
tls:
{{- range .Values.server.ingress.tls }}
- hosts:
{{- range .hosts }}
- {{ .Values.server.host | quote }}
{{- end }}
- {{ .Values.server.host | quote }}
secretName: {{ $fullName }}-tls
{{- end }}
{{- end }}
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment