mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 15:38:00 +08:00
[bitnami/rabbitmq] Fix crash setting up metric.podAnnotions to null (#6047)
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.11.5
|
||||
version: 8.11.6
|
||||
|
||||
@@ -43,7 +43,7 @@ Return podAnnotations
|
||||
{{- if .Values.podAnnotations }}
|
||||
{{ include "common.tplvalues.render" (dict "value" .Values.podAnnotations "context" $) }}
|
||||
{{- end }}
|
||||
{{- if .Values.metrics.enabled }}
|
||||
{{- if and .Values.metrics.enabled .Values.metrics.podAnnotations }}
|
||||
{{ include "common.tplvalues.render" (dict "value" .Values.metrics.podAnnotations "context" $) }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user