From 43edde894f4b141319e46e4311ddfa576a6973f6 Mon Sep 17 00:00:00 2001 From: Corey Zuares Date: Thu, 20 Feb 2020 10:49:04 -0500 Subject: [PATCH] Add missing template rendering (#20876) Signed-off-by: Corey Zuares --- stable/rabbitmq-ha/Chart.yaml | 2 +- stable/rabbitmq-ha/templates/service-discovery.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/rabbitmq-ha/Chart.yaml b/stable/rabbitmq-ha/Chart.yaml index dc548b334f..2b2eb960b0 100644 --- a/stable/rabbitmq-ha/Chart.yaml +++ b/stable/rabbitmq-ha/Chart.yaml @@ -1,7 +1,7 @@ name: rabbitmq-ha apiVersion: v1 appVersion: 3.8.0 -version: 1.40.0 +version: 1.40.1 description: Highly available RabbitMQ cluster, the open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). keywords: diff --git a/stable/rabbitmq-ha/templates/service-discovery.yaml b/stable/rabbitmq-ha/templates/service-discovery.yaml index eb0d6f4c32..41a8dafbae 100644 --- a/stable/rabbitmq-ha/templates/service-discovery.yaml +++ b/stable/rabbitmq-ha/templates/service-discovery.yaml @@ -3,7 +3,7 @@ kind: Service metadata: {{- if .Values.service.annotations }} annotations: -{{ toYaml .Values.service.annotations | indent 4 }} +{{ tpl (toYaml .Values.service.annotations) . | indent 4 }} {{- end }} name: {{ printf "%s-discovery" (include "rabbitmq-ha.fullname" .) | trunc 63 | trimSuffix "-" }} namespace: {{ .Release.Namespace }}