Skip to content

Commit

Permalink
add commonLabels to pod
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Eliszewski <[email protected]>
  • Loading branch information
es1o committed Sep 13, 2024
1 parent 6a6225d commit ade0cc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/prometheus-blackbox-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
metadata:
labels:
{{- include "prometheus-blackbox-exporter.selectorLabels" . | nindent 8 }}
{{- if .Values.commonLabels }}
{{ toYaml .Values.commonLabels | indent 8 }}
{{- end }}
{{- if .Values.pod.labels }}
{{ toYaml .Values.pod.labels | indent 8 }}
{{- end }}
Expand Down

0 comments on commit ade0cc4

Please sign in to comment.