Skip to content

Commit

Permalink
fix: indentation in the proxy ingress template (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderwang authored Oct 27, 2023
1 parent 75ff48a commit 315a5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart-sources/pulsar/templates/proxy/proxy-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ spec:
name: "{{ template "pulsar.fullname" . }}-{{ .Values.broker.component }}"
port:
{{- if .Values.enableTls }}
number: 8443
number: 8443
{{- else }}
number: 8080
number: 8080
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 315a5c8

Please sign in to comment.