File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,16 @@ spec:
25
25
serviceAccountName : cloudstack-csi-controller
26
26
affinity :
27
27
podAntiAffinity :
28
- requiredDuringSchedulingIgnoredDuringExecution :
29
- - labelSelector :
30
- matchExpressions :
31
- - key : " app.kubernetes.io/name"
32
- operator : In
33
- values :
34
- - cloudstack-csi-controller
35
- topologyKey : " kubernetes.io/hostname"
28
+ preferredDuringSchedulingIgnoredDuringExecution :
29
+ - weight : 100
30
+ podAffinityTerm :
31
+ labelSelector :
32
+ matchExpressions :
33
+ - key : " app.kubernetes.io/name"
34
+ operator : In
35
+ values :
36
+ - cloudstack-csi-controller
37
+ topologyKey : " kubernetes.io/hostname"
36
38
nodeAffinity :
37
39
requiredDuringSchedulingIgnoredDuringExecution :
38
40
nodeSelectorTerms :
59
61
60
62
containers :
61
63
- name : cloudstack-csi-controller
62
- image : cloudstack-csi-driver
64
+ image : ghcr.io/shapeblue/ cloudstack-csi-driver:master
63
65
imagePullPolicy : Always
64
66
args :
65
67
- " controller"
Original file line number Diff line number Diff line change 36
36
37
37
containers :
38
38
- name : cloudstack-csi-node
39
- image : cloudstack-csi-driver
39
+ image : ghcr.io/shapeblue/ cloudstack-csi-driver:master
40
40
imagePullPolicy : IfNotPresent
41
41
args :
42
42
- " node"
You can’t perform that action at this time.
0 commit comments