Skip to content

Commit

Permalink
fix: autorecovery datadog annotation bug (#1189)
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
(cherry picked from commit a2ca2d8)
  • Loading branch information
ericsyh committed Nov 22, 2024
1 parent df54646 commit 4682370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,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 }}
Expand Down

0 comments on commit 4682370

Please sign in to comment.