There was an error while loading. Please reload this page.
1 parent 49c3a32 commit 9a58a8bCopy full SHA for 9a58a8b
2 files changed
charts/archery/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
home: https://archerydms.com/
3
description: Archery Helm chart for Kubernetes
4
name: archery
5
-version: 0.4.1
+version: 0.4.2
6
sources:
7
- https://github.com/hhyo/Archery
8
charts/archery/templates/httproute.yaml
@@ -3,9 +3,7 @@
{{- $hostnames := (list) }}
{{- if .Values.httpRoute.ingressCompact }}
{{- range .Values.ingress.hosts }}
- {{- if .host }}
- {{- $hostnames = append $hostnames .host }}
- {{- end }}
+ {{- $hostnames = append $hostnames . }}
9
{{- end }}
10
{{- else }}
11
{{- $hostnames = default (list) .Values.httpRoute.hostnames }}
0 commit comments