Skip to content

Commit

Permalink
fix: quote bool in core configmap
Browse files Browse the repository at this point in the history
Signed-off-by: ffais <ffais@fbk.eu>
  • Loading branch information
ffais committed Feb 22, 2024
1 parent b1adfe0 commit 1125e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/core/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data:
{{- if .Values.events.enabled }}
ENABLE_EVENTS: {{ .Values.events.enabled | quote }}
{{- if .Values.events.rabbitmq.enabled }}
RABBITMQ_ENABLE: {{ .Values.events.rabbitmq.enabled }}
RABBITMQ_ENABLE: {{ .Values.events.rabbitmq.enabled | quote }}
RABBITMQ_HOST: {{ .Values.events.rabbitmq.host }}
RABBITMQ_PORT: {{ .Values.events.rabbitmq.port | quote }}
RABBITMQ_VHOST: {{ .Values.events.rabbitmq.vhost }}
Expand Down

0 comments on commit 1125e6c

Please sign in to comment.