[stable/rabbitmq] Add chart and release labels in pods (#6904)

This commit is contained in:
Javier J. Salmerón-García
2018-07-30 10:54:58 -07:00
committed by k8s-ci-robot
parent c03f0143b9
commit bfa872376c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: rabbitmq
version: 2.0.2
version: 2.0.3
appVersion: 3.7.7
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
@@ -14,11 +14,13 @@ spec:
matchLabels:
app: {{ template "rabbitmq.name" . }}
release: "{{ .Release.Name }}"
chart: {{ template "rabbitmq.chart" . }}
template:
metadata:
labels:
app: {{ template "rabbitmq.name" . }}
release: "{{ .Release.Name }}"
chart: {{ template "rabbitmq.chart" . }}
{{- if .Values.podAnnotations }}
annotations:
{{ toYaml .Values.podAnnotations | indent 8 }}