Skip to content

Commit

Permalink
include common labels in pod labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy.hulick committed Nov 21, 2024
1 parent 9ebbad9 commit 593c472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/metrics-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
template:
metadata:
labels:
{{- include "metrics-server.selectorLabels" . | nindent 8 }}
{{- include "metrics-server.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 593c472

Please sign in to comment.