Skip to content

Commit

Permalink
adds missing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Sep 13, 2024
1 parent 8b39510 commit 4a42dfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/charts/api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ spec:
tags.datadoghq.com/service: {{ template "neosync-api.fullname" . }}
tags.datadoghq.com/version: {{ .Values.image.tag | default .Chart.AppVersion }}
{{- end }}
tags.neosync.dev/env: {{ .Values.nucleusEnv }}
tags.neosync.dev/service: {{ template "neosync-api.fullname" . }}
tags.neosync.dev/version: {{ .Values.image.tag | default .Chart.AppVersion }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 4a42dfe

Please sign in to comment.