Commit cd7f7cb5 authored by Brandon White's avatar Brandon White
Browse files

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

parent d444a6e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,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
@@ -20,7 +20,7 @@ spec:
  tls:
  {{- range .Values.traceIngress.tls }}
    - hosts:
      {{- range $.Values.ingress.hosts }}
      {{- range $.Values.traceIngress.hosts }}
        - {{ . }}
      {{- end }}
      secretName: {{ .secretName }}