File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ func TestJuiceFSEngine_transformPodMetadata(t *testing.T) {
184184 Labels : map [string ]string {"common-key" : "common-value" },
185185 Annotations : map [string ]string {"common-annotation" : "val" },
186186 },
187+ UpdateStrategy : datav1alpha1 .InPlaceIfPossible ,
187188 },
188189 },
189190 Value : & JuiceFS {},
@@ -206,6 +207,7 @@ func TestJuiceFSEngine_transformPodMetadata(t *testing.T) {
206207 Labels : map [string ]string {"common-key" : "common-value" },
207208 Annotations : map [string ]string {"common-annotation" : "val" },
208209 },
210+ UpdateStrategy : datav1alpha1 .InPlaceIfPossible ,
209211 Worker : datav1alpha1.JuiceFSCompTemplateSpec {
210212 PodMetadata : datav1alpha1.PodMetadata {
211213 Labels : map [string ]string {"common-key" : "worker-value" , common .RuntimePodType : common .RuntimeWorkerPod },
You can’t perform that action at this time.
0 commit comments