mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/rabbitmq] fix path to serviceMonitor annotations value (#18797)
* fix path to serviceMonitor annotations value Signed-off-by: Wyatt Walter <wyattwalter@gmail.com> * bump version Signed-off-by: Wyatt Walter <wyatt.walter@finitestate.io> Signed-off-by: Wyatt Walter <wyatt.walter@finitestate.io> --------- Signed-off-by: Wyatt Walter <wyattwalter@gmail.com> Signed-off-by: Wyatt Walter <wyatt.walter@finitestate.io>
This commit is contained in:
@@ -30,4 +30,4 @@ maintainers:
|
||||
name: rabbitmq
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
|
||||
version: 12.1.0
|
||||
version: 12.1.1
|
||||
|
||||
@@ -11,8 +11,8 @@ metadata:
|
||||
namespace: {{ default (include "common.names.namespace" .) .Values.metrics.serviceMonitor.namespace | quote }}
|
||||
{{- $labels := merge .Values.metrics.serviceMonitor.labels .Values.commonLabels }}
|
||||
labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }}
|
||||
{{- if or .Values.serviceMonitor.annotations .Values.commonAnnotations }}
|
||||
{{- $annotations := merge .Values.serviceMonitor.annotations .Values.commonAnnotations }}
|
||||
{{- if or .Values.metrics.serviceMonitor.annotations .Values.commonAnnotations }}
|
||||
{{- $annotations := merge .Values.metrics.serviceMonitor.annotations .Values.commonAnnotations }}
|
||||
annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user