Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fix(APM): add pod labels (#1527) (#1584)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Decaux <ebuildy@gmail.com>
  • Loading branch information
jmlrt and ebuildy authored Mar 1, 2022
1 parent 576b466 commit fa851a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apm-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
labels:
app: apm-server
release: {{ .Release.Name | quote }}
{{- range $key, $value := .Values.labels }}
{{ $key }}: {{ $value | quote }}
{{- end }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
Expand Down

0 comments on commit fa851a9

Please sign in to comment.