mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 06:48:01 +08:00
Fix template evaluation of podAnnotations (#5299)
This commit is contained in:
@@ -23,4 +23,4 @@ name: rabbitmq
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-rabbitmq
|
||||
- https://www.rabbitmq.com
|
||||
version: 8.9.0
|
||||
version: 8.9.1
|
||||
|
||||
@@ -41,7 +41,7 @@ Return podAnnotations
|
||||
*/}}
|
||||
{{- define "rabbitmq.podAnnotations" -}}
|
||||
{{- if .Values.podAnnotations }}
|
||||
{{ toYaml .Values.podAnnotations }}
|
||||
{{ include "common.tplvalues.render" (dict "value" .Values.podAnnotations "context" $) }}
|
||||
{{- end }}
|
||||
{{- if .Values.metrics.enabled }}
|
||||
{{ include "common.tplvalues.render" (dict "value" .Values.metrics.podAnnotations "context" $) }}
|
||||
|
||||
Reference in New Issue
Block a user