[stable/rabbitmq-ha] Added support for extraLables in the ingress.yaml template (#22858)

* Added support for extraLables in the ingress.yaml template

Added support for extraLables in the ingress.yaml template. Include vesion bump

Added support for extraLables in the ingress.yaml template

Added support for extraLables in the ingress.yaml template. Include vesion bump

Added support for extraLabels and bumped the version

Signed-off-by: Marco Mojica <marco.mojica@Marcos-MacBook-Pro.local>

* Added support for extraLabels and bumped the version

Signed-off-by: Marco Mojica <marco.mojica@Marcos-MacBook-Pro.local>

* Revert bumped version

Signed-off-by: Marco Mojica <marco.mojica@Marcos-MacBook-Pro.local>

* Added support for extraLabels and bumped the version

Signed-off-by: Marco Mojica <marco.mojica@Marcos-MacBook-Pro.local>

Revert bumped version

Signed-off-by: Marco Mojica <marco.mojica@Marcos-MacBook-Pro.local>

Co-authored-by: Marco Mojica <marco.mojica@Marcos-MBP.lan>
Co-authored-by: Marco Mojica <marco.mojica@Marcos-MacBook-Pro.local>
This commit is contained in:
Marco Mojica
2020-06-18 12:47:11 -07:00
committed by GitHub
co-authored by Marco Mojica Marco Mojica
parent 148a6bbc61
commit 2133ff2b76
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: rabbitmq-ha
apiVersion: v1
appVersion: 3.8.5
version: 1.46.3
version: 1.46.4
description: Highly available RabbitMQ cluster, the open source message broker
software that implements the Advanced Message Queuing Protocol (AMQP).
keywords:
@@ -9,6 +9,9 @@ metadata:
chart: {{ template "rabbitmq-ha.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- if .Values.extraLabels }}
{{ toYaml .Values.extraLabels | indent 4 }}
{{- end }}
annotations:
{{- range $key, $value := .Values.ingress.annotations }}
{{ $key }}: {{ $value | quote }}