Commit eb1441a7 authored by Brandon White's avatar Brandon White Committed by Radu Carpa
Browse files

Fix references to incorrect host values for Ingresses. Closes #92

parent 6acd939c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-server
version: 1.27.6
version: 1.27.7
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ spec:
  tls:
  {{- range .Values.authIngress.tls }}
    - hosts:
      {{- range $.Values.ingress.hosts }}
      {{- range $.Values.authIngress.hosts }}
        - {{ . }}
      {{- end }}
      secretName: {{ .secretName }}
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ spec:
  tls:
  {{- range .Values.traceIngress.tls }}
    - hosts:
      {{- range $.Values.ingress.hosts }}
      {{- range $.Values.traceIngress.hosts }}
        - {{ . }}
      {{- end }}
      secretName: {{ .secretName }}