Skip to content

Commit

Permalink
fix: rabbitmq connection (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto authored Apr 17, 2020
1 parent 7bba29c commit 0b18d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/templates/_helper.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Set RabbitMQ host
*/}}
{{- define "sentry.rabbitmq.host" -}}
{{- if .Values.rabbitmq.enabled -}}
{{- default "rabbitmq" (include "sentry.rabbitmq.fullname" .) -}}
{{- default "sentry-rabbitmq-ha" (include "sentry.rabbitmq.fullname" .) -}}
{{- else -}}
{{ .Values.rabbitmq.host }}
{{- end -}}
Expand Down

0 comments on commit 0b18d52

Please sign in to comment.