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