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)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuildy committed Feb 2, 2022
1 parent fbd1ac5 commit 8a49275
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 8a49275

Please sign in to comment.