[stable/rabbitmq-ha] fix lifecycle yaml parse error (#19773)

Signed-off-by: LittleWhiteYA <f46284628@gmail.com>
This commit is contained in:
Johnny You
2019-12-26 07:29:38 -08:00
committed by Kubernetes Prow Robot
parent e69e446eb6
commit 298ed8788e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: rabbitmq-ha
apiVersion: v1
appVersion: 3.8.0
version: 1.38.0
version: 1.38.1
description: Highly available RabbitMQ cluster, the open source message broker
software that implements the Advanced Message Queuing Protocol (AMQP).
keywords:
@@ -162,7 +162,7 @@ spec:
{{- toYaml .Values.readinessProbe | trim | nindent 12 }}
{{- if .Values.lifecycle }}
lifecycle:
{{ toYaml .Values.lifecycle | indent 12 }}
{{- toYaml .Values.lifecycle | trim | nindent 12 }}
{{- end }}
env:
- name: MY_POD_NAME