aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/servicemonitor.yaml
blob: dc706029bf671328b32875874ee19cf0c6610666 (plain)
1
2
3
{{- if .Values.metrics.serviceMonitor.enabled }}
{{  include "common.serviceMonitor" . }}
{{- end }}