File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
deployment/sriov-network-operator-chart/templates Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1919 {{- range .Values.imagePullSecrets }}
2020 - name : {{ . }}
2121 {{- end }}
22- {{- end }}
22+ {{- end }}
23+ affinity :
24+ nodeAffinity :
25+ preferredDuringSchedulingIgnoredDuringExecution :
26+ - weight : 1
27+ preference :
28+ matchExpressions :
29+ - key : node-role.kubernetes.io/master
30+ operator : In
31+ values :
32+ - " "
33+ - weight : 1
34+ preference :
35+ matchExpressions :
36+ - key : node-role.kubernetes.io/control-plane
37+ operator : In
38+ values :
39+ - " "
40+ tolerations :
41+ - key : node-role.kubernetes.io/control-plane
42+ operator : Exists
43+ effect : NoSchedule
44+ - key : node-role.kubernetes.io/master
45+ operator : Exists
46+ effect : NoSchedule
2347 containers :
2448 - name : cleanup
2549 image : {{ .Values.images.operator }}
You can’t perform that action at this time.
0 commit comments