Skip to content

Commit a7f59bd

Browse files
committed
Added on pod template
1 parent 5e0d502 commit a7f59bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/cloudflare-exporter/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ metadata:
44
name: {{ include "cloudflare-exporter.fullname" . }}
55
labels:
66
{{- include "cloudflare-exporter.labels" . | nindent 4 }}
7-
{{- with .Values.podLabels }}
8-
{{- toYaml . | nindent 4 }}
9-
{{- end }}
107
{{- with .Values.deploymentAnnotations }}
118
annotations: {{- toYaml . | nindent 4 }}
129
{{- end }}
@@ -23,6 +20,9 @@ spec:
2320
{{- end }}
2421
labels:
2522
{{- include "cloudflare-exporter.labels" . | nindent 8 }}
23+
{{- with .Values.podLabels }}
24+
{{- toYaml . | nindent 8 }}
25+
{{- end }}
2626
spec:
2727
{{- with .Values.imagePullSecrets }}
2828
imagePullSecrets:

0 commit comments

Comments
 (0)