mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/rabbitmq] Add chart and release labels in pods (#6904)
This commit is contained in:
committed by
k8s-ci-robot
parent
c03f0143b9
commit
bfa872376c
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user