Skip to content

Commit 0b18d52

Browse files
authored
fix: rabbitmq connection (#57)
1 parent 7bba29c commit 0b18d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/templates/_helper.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Set RabbitMQ host
234234
*/}}
235235
{{- define "sentry.rabbitmq.host" -}}
236236
{{- if .Values.rabbitmq.enabled -}}
237-
{{- default "rabbitmq" (include "sentry.rabbitmq.fullname" .) -}}
237+
{{- default "sentry-rabbitmq-ha" (include "sentry.rabbitmq.fullname" .) -}}
238238
{{- else -}}
239239
{{ .Values.rabbitmq.host }}
240240
{{- end -}}

0 commit comments

Comments
 (0)