File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
charts/latest/blob-csi-driver/templates Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 18
18
serviceAccountName : csi-blob-node-sa
19
19
nodeSelector :
20
20
kubernetes.io/os : linux
21
+ affinity :
22
+ nodeAffinity :
23
+ requiredDuringSchedulingIgnoredDuringExecution :
24
+ nodeSelectorTerms :
25
+ - matchExpressions :
26
+ - key : type
27
+ operator : NotIn
28
+ values :
29
+ - virtual-kubelet
21
30
priorityClassName : system-node-critical
22
31
tolerations :
23
32
- operator : " Exists"
Original file line number Diff line number Diff line change 18
18
serviceAccountName : csi-blob-node-sa
19
19
nodeSelector :
20
20
kubernetes.io/os : linux
21
+ affinity :
22
+ nodeAffinity :
23
+ requiredDuringSchedulingIgnoredDuringExecution :
24
+ nodeSelectorTerms :
25
+ - matchExpressions :
26
+ - key : type
27
+ operator : NotIn
28
+ values :
29
+ - virtual-kubelet
21
30
priorityClassName : system-node-critical
22
31
tolerations :
23
32
- operator : " Exists"
You can’t perform that action at this time.
0 commit comments