Skip to content

Commit 4fe57e7

Browse files
author
arnelasse
committed
add replace for https to support wildcard host.
1 parent a1f2610 commit 4fe57e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 1.0.6
9+
version: 1.0.7
1010
annotations:
1111
artifacthub.io/changes: |
1212
- kind: fixed

charts/gateway/templates/gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
{{- toYaml . | nindent 4 }}
3333
{{- end }}
3434
{{- range .Values.gateway.https }}
35-
- name: "https-{{ .host }}"
35+
- name: "https-{{ .host | replace "*" "wildcard" | replace "_" "" }}"
3636
hostname: "{{ .host }}"
3737
port: 443
3838
protocol: HTTPS

0 commit comments

Comments
 (0)