Update _helpers.tpl

Signed-off-by: Sergey Shaykhullin <sergeyshaykhullin@gmail.com>
This commit is contained in:
Sergey Shaykhullin 2021-06-03 12:41:46 +03:00
parent fb266867aa
commit 69961ce2c2

View file

@ -53,14 +53,6 @@ helm.sh/chart: {{ include "argocd-notifications.chart" . }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{ toYaml .Values.metrics.service.labels }}
{{- end -}}
{{/*
Common metrics annotations
*/}}
{{- define "argocd-notifications.metrics.annotations" -}}
{{ toYaml .Values.metrics.service.annotations }}
{{- end -}}
{{/*