File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
charts/cloudflare-exporter Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : cloudflare-exporter
3- version : 0.2.1
3+ version : 0.2.2
44appVersion : 0.0.16
55home : https://github.com/lablabs/cloudflare-exporter
66description : A Helm chart for cloudflare exporter
Original file line number Diff line number Diff line change 2020 {{- end }}
2121 labels :
2222 {{- include "cloudflare-exporter.labels" . | nindent 8 }}
23+ {{- with .Values.podLabels }}
24+ {{- toYaml . | nindent 8 }}
25+ {{- end }}
2326 spec :
2427 {{- with .Values.imagePullSecrets }}
2528 imagePullSecrets :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ nameOverride: ""
1616fullnameOverride : " "
1717
1818podAnnotations : {}
19+ podLabels : {}
1920
2021deploymentAnnotations : {}
2122
You can’t perform that action at this time.
0 commit comments