File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ name: goldpinger
11
11
sources :
12
12
- https://github.com/bloomberg/goldpinger
13
13
- https://github.com/okgolove/helm-charts
14
- version : 6.1.2
14
+ version : 6.1.3
Original file line number Diff line number Diff line change @@ -2,8 +2,15 @@ apiVersion: apps/v1
2
2
kind : DaemonSet
3
3
metadata :
4
4
name : {{ include "goldpinger.fullname" . }}
5
+ {{- with .Values.daemonsetAnnotations }}
6
+ annotations :
7
+ {{- toYaml . | nindent 4 }}
8
+ {{- end }}
5
9
labels :
6
10
{{- include "goldpinger.labels" . | nindent 4 }}
11
+ {{- with .Values.daemonsetLabels }}
12
+ {{- toYaml . | nindent 4 }}
13
+ {{- end }}
7
14
spec :
8
15
{{- with .Values.updateStrategy }}
9
16
updateStrategy :
Original file line number Diff line number Diff line change @@ -85,6 +85,12 @@ resources: {}
85
85
# cpu: 100m
86
86
# memory: 128Mi
87
87
88
+ # Annotations added to the DaemonSet
89
+ daemonsetAnnotations : {}
90
+
91
+ # Additional labels added to the DaemonSet
92
+ daemonsetLabels : {}
93
+
88
94
podAnnotations : {}
89
95
90
96
podLabels : {}
You can’t perform that action at this time.
0 commit comments