File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 77 selector :
88 matchLabels :
99 name : {{ .Chart.Name }}-dp-ds
10+ {{- with .Values.dp.updateStrategy }}
11+ updateStrategy :
12+ {{- toYaml . | nindent 4 }}
13+ {{- end }}
1014 template :
1115 metadata :
1216 labels :
Original file line number Diff line number Diff line change 99 selector :
1010 matchLabels :
1111 name : amdgpu-lr-ds
12+ {{- with .Values.lbl.updateStrategy }}
13+ updateStrategy :
14+ {{- toYaml . | nindent 4 }}
15+ {{- end }}
1216 template :
1317 metadata :
1418 labels :
Original file line number Diff line number Diff line change 1010 # Overrides the image tag whose default is the chart appVersion.
1111 tag : " 1.31.0.6"
1212 resources : {}
13+ # Set daemonsets updateStrategy for device plugin
14+ updateStrategy :
15+ type : RollingUpdate
16+ rollingUpdate :
17+ maxUnavailable : 1
1318
1419lbl :
1520 image :
3439 # requests:
3540 # memory: 30Mi
3641 # cpu: 150m
42+ # Set daemonsets updateStrategy for labeller
43+ updateStrategy :
44+ type : RollingUpdate
45+ rollingUpdate :
46+ maxUnavailable : 1
3747
3848imagePullSecrets : []
3949
You can’t perform that action at this time.
0 commit comments