Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jan 9, 2025
1 parent e37e172 commit ee33baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/flowforge/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ Configure broker domain
Team Broker default Hostname
*/}}
{{- define "forge.teamBrokerHost" -}}
{{- if ((.Values.broker).teamBroker).host -}}
{{ .Values.broker.teamBroker.host }}
{{- if (.Values.broker).hostname -}}
{{ .Values.broker.hostname }}
{{- else -}}
{{ printf "%s.%s" "broker" .Values.forge.domain }}
{{- end -}}
Expand Down

0 comments on commit ee33baa

Please sign in to comment.