We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0d502 commit a7f59bdCopy full SHA for a7f59bd
charts/cloudflare-exporter/templates/deployment.yaml
@@ -4,9 +4,6 @@ metadata:
4
name: {{ include "cloudflare-exporter.fullname" . }}
5
labels:
6
{{- include "cloudflare-exporter.labels" . | nindent 4 }}
7
- {{- with .Values.podLabels }}
8
- {{- toYaml . | nindent 4 }}
9
- {{- end }}
10
{{- with .Values.deploymentAnnotations }}
11
annotations: {{- toYaml . | nindent 4 }}
12
{{- end }}
@@ -23,6 +20,9 @@ spec:
23
20
24
21
25
22
{{- include "cloudflare-exporter.labels" . | nindent 8 }}
+ {{- with .Values.podLabels }}
+ {{- toYaml . | nindent 8 }}
+ {{- end }}
26
spec:
27
{{- with .Values.imagePullSecrets }}
28
imagePullSecrets:
0 commit comments