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 <ericshenyuhao@outlook.com>
  • Loading branch information
ericsyh authored Nov 8, 2024
1 parent 12d428b commit a2ca2d8
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 @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a2ca2d8

Please sign in to comment.