Skip to content

Commit

Permalink
Use right rabbitmq helper function for service name
Browse files Browse the repository at this point in the history
  • Loading branch information
ariep committed Jul 20, 2023
1 parent cde72cc commit f27cdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/chart/zulip/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ include all env variables for Zulip pods
- name: SETTING_MEMCACHED_LOCATION
value: "{{ template "common.names.fullname" .Subcharts.memcached }}:11211"
- name: SETTING_RABBITMQ_HOST
value: "{{ template "rabbitmq.fullname" .Subcharts.rabbitmq }}"
value: "{{ template "common.names.fullname" .Subcharts.rabbitmq }}"
- name: SETTING_REDIS_HOST
value: "{{ template "common.names.fullname" .Subcharts.redis }}-headless"
- name: SECRETS_rabbitmq_password
Expand Down

0 comments on commit f27cdd6

Please sign in to comment.