We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f2610 commit 4fe57e7Copy full SHA for 4fe57e7
2 files changed
charts/gateway/Chart.yaml
@@ -6,7 +6,7 @@ type: application
6
# This is the chart version. This version number should be incremented each time you make changes
7
# to the chart and its templates.
8
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9
-version: 1.0.6
+version: 1.0.7
10
annotations:
11
artifacthub.io/changes: |
12
- kind: fixed
charts/gateway/templates/gateway.yaml
@@ -32,7 +32,7 @@ spec:
32
{{- toYaml . | nindent 4 }}
33
{{- end }}
34
{{- range .Values.gateway.https }}
35
- - name: "https-{{ .host }}"
+ - name: "https-{{ .host | replace "*" "wildcard" | replace "_" "" }}"
36
hostname: "{{ .host }}"
37
port: 443
38
protocol: HTTPS
0 commit comments