We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d378c9 + a7f59bd commit da7da16Copy full SHA for da7da16
3 files changed
charts/cloudflare-exporter/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: cloudflare-exporter
3
-version: 0.2.1
+version: 0.2.2
4
appVersion: 0.0.16
5
home: https://github.com/lablabs/cloudflare-exporter
6
description: A Helm chart for cloudflare exporter
charts/cloudflare-exporter/templates/deployment.yaml
@@ -20,6 +20,9 @@ spec:
20
{{- end }}
21
labels:
22
{{- include "cloudflare-exporter.labels" . | nindent 8 }}
23
+ {{- with .Values.podLabels }}
24
+ {{- toYaml . | nindent 8 }}
25
+ {{- end }}
26
spec:
27
{{- with .Values.imagePullSecrets }}
28
imagePullSecrets:
charts/cloudflare-exporter/values.yaml
@@ -16,6 +16,7 @@ nameOverride: ""
16
fullnameOverride: ""
17
18
podAnnotations: {}
19
+podLabels: {}
deploymentAnnotations: {}
0 commit comments