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:
parent
b67ebfe2fa
commit
c48f5e90c9
1 changed files with 3 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue