Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Oct 31, 2024
1 parent a55ee10 commit 0de4798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/flowforge/templates/emqx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,14 @@ spec:
{{- end }}
listenersServiceTemplate:
{{- if .Values.broker.listenersServiceTemplate }}
{{ toYaml .Values.broker.listenersServiceTemplate | indent 12 }}
{{ toYaml .Values.broker.listenersServiceTemplate | indent 8 }}
{{ else }}
spec:
type: ClusterIP
{{- end }}
dashboardServiceTemplate:
{{- if .Values.broker.dashboardServiceTemplate }}
{{ toYaml .Values.broker.dashboardServiceTemplate | indent 12 }}
{{ toYaml .Values.broker.dashboardServiceTemplate | indent 8 }}
{{ else }}
spec:
type: ClusterIP
Expand Down

0 comments on commit 0de4798

Please sign in to comment.