Skip to content

Commit

Permalink
feedback from PR review
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Jan 24, 2024
1 parent f3b3028 commit 35f4f21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ metadata:
name: {{ $fullName }}
namespace: {{ include "hedera-explorer.namespace" . }}
spec:
{{- if or $.Values.global.ingressClassName .Values.ingress.className }}
ingressClassName: {{ $.Values.global.ingressClassName | default .Values.ingress.className }}
{{- with (coalesce .Values.global.ingressClassName .Values.ingress.className) }}
ingressClassName: {{ . }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
Expand Down

0 comments on commit 35f4f21

Please sign in to comment.