diff --git a/charts/sn-platform-slim/templates/bookkeeper/bookkeeper-cluster.yaml b/charts/sn-platform-slim/templates/bookkeeper/bookkeeper-cluster.yaml index 76efd440..e35f8950 100644 --- a/charts/sn-platform-slim/templates/bookkeeper/bookkeeper-cluster.yaml +++ b/charts/sn-platform-slim/templates/bookkeeper/bookkeeper-cluster.yaml @@ -200,7 +200,7 @@ spec: prometheus.io/port: "{{ .Values.autorecovery.ports.http }}" {{- end }} {{- if .Values.monitoring.datadog }} - {{- include "pulsar.autorecovery.datadog.annotation" . | nindent 6 }} + {{- include "pulsar.autorecovery.datadog.annotation" . | nindent 8 }} {{- end }} {{- include "pulsar.istio.pod.annotations" . | nindent 8 }} {{- with .Values.autorecovery.annotations }} diff --git a/charts/sn-platform/templates/bookkeeper/bookkeeper-cluster.yaml b/charts/sn-platform/templates/bookkeeper/bookkeeper-cluster.yaml index dc380a50..8f1c1b40 100644 --- a/charts/sn-platform/templates/bookkeeper/bookkeeper-cluster.yaml +++ b/charts/sn-platform/templates/bookkeeper/bookkeeper-cluster.yaml @@ -200,7 +200,7 @@ spec: prometheus.io/port: "{{ .Values.autorecovery.ports.http }}" {{- end }} {{- if .Values.monitoring.datadog }} - {{- include "pulsar.autorecovery.datadog.annotation" . | nindent 6 }} + {{- include "pulsar.autorecovery.datadog.annotation" . | nindent 8 }} {{- end }} {{- include "pulsar.istio.pod.annotations" . | nindent 8 }} {{- with .Values.autorecovery.annotations }}