Skip to content

Commit

Permalink
ci: 更新helm-chart
Browse files Browse the repository at this point in the history
- [skip ci]
  • Loading branch information
liyifango committed Jun 29, 2022
1 parent 75a0b96 commit 68c2899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm-chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ spec:
{{- end }}
{{- if .Values.ingress.tls }}
tls:
{{- range $hosts, $secretName := .Values.ingress.tls }}
{{- range $tls := .Values.ingress.tls }}
- hosts:
{{- range $hosts }}
{{- range $tls.hosts }}
- {{ . | quote }}
{{- end }}
secretName: {{ $secretName }}
secretName: {{ $tls.secretName }}
{{- end }}
{{- end }}
rules:
Expand Down

0 comments on commit 68c2899

Please sign in to comment.