mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
co-authored by
Marco Mojica
Marco Mojica
parent
148a6bbc61
commit
2133ff2b76
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user