Fix the missing "-cert" suffix when applying SSL certificates in rabbitmq-ha chart (#6119)

* Fix the missing "-cert" suffix in `rabbitmq-ha` chart.

* Bump chart version to 1.6.1
This commit is contained in:
Yuxing Huang
2018-06-17 09:07:57 -07:00
committed by k8s-ci-robot
parent f269ff5f62
commit e30d194b46
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: rabbitmq-ha
apiVersion: v1
appVersion: 3.7.4
version: 1.6.0
version: 1.6.1
description: Highly available RabbitMQ cluster, the open source message broker
software that implements the Advanced Message Queuing Protocol (AMQP).
keywords:
+1 -1
View File
@@ -46,5 +46,5 @@ Generate chart secret name
Generate chart ssl secret name
*/}}
{{- define "rabbitmq-ha.certSecretName" -}}
{{ default (include "rabbitmq-ha.fullname" .) .Values.rabbitmqCert.existingSecret }}
{{ default (print (include "rabbitmq-ha.fullname" .) "-cert") .Values.rabbitmqCert.existingSecret }}
{{- end -}}