mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/rabbitmq-ha] fix lifecycle yaml parse error (#19773)
Signed-off-by: LittleWhiteYA <f46284628@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e69e446eb6
commit
298ed8788e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user