Update charts/argocd-notifications/templates/service-metrics.yaml

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Sergey Shaykhullin <sergeyshaykhullin@gmail.com>
This commit is contained in:
Sergey Shaykhullin 2021-06-03 12:40:36 +03:00 committed by Sergey Shaykhullin
parent b67ebfe2fa
commit c48f5e90c9

View file

@ -5,8 +5,10 @@ metadata:
name: {{ include "argocd-notifications.name" . }}-metrics
labels:
{{- include "argocd-notifications.metrics.labels" . | nindent 4 }}
{{- with .Values.metrics.service.annotations }}
annotations:
{{- include "argocd-notifications.metrics.annotations" . | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
selector:
{{- include "argocd-notifications.selectorLabels" . | nindent 4 }}