We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tpl
1 parent a608ced commit 400c50cCopy full SHA for 400c50c
charts/invenio/templates/_helpers.tpl
@@ -146,7 +146,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
146
{{- if .Values.rabbitmq.enabled }}
147
{{- required "Missing .Values.rabbitmq.service.ports.amqp" .Values.rabbitmq.service.ports.amqp | quote -}}
148
{{- else }}
149
- {{- required "Missing .Values.rabbitmqExternal.amqpPort" (tpl .Values.rabbitmqExternal.amqpPort .) | quote -}}
+ {{- required "Missing .Values.rabbitmqExternal.amqpPort" (tpl (toString .Values.rabbitmqExternal.amqpPort) .) | quote -}}
150
{{- end }}
151
{{- end -}}
152
0 commit comments