File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
charts/cf-common-test/tests/deployment Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ tests:
159
159
path : spec.template.spec.nodeSelector
160
160
value :
161
161
alice : bob
162
-
162
+
163
163
- it : Test deployment nodeSelector with global nodeSelector
164
164
values :
165
165
- values.yaml
@@ -228,12 +228,6 @@ tests:
228
228
effect : NoSchedule
229
229
key : codefresh.io
230
230
value : app
231
- - contains :
232
- path : spec.template.spec.tolerations
233
- content :
234
- effect : NoSchedule
235
- key : worker
236
- value : true
237
231
238
232
- it : Test deployments affinity
239
233
values :
@@ -316,14 +310,6 @@ tests:
316
310
- equal :
317
311
path : spec.template.spec.affinity
318
312
value :
319
- nodeAffinity :
320
- requiredDuringSchedulingIgnoredDuringExecution :
321
- nodeSelectorTerms :
322
- - matchExpressions :
323
- - key : node-type
324
- operator : In
325
- values :
326
- - app
327
313
podAffinity :
328
314
requiredDuringSchedulingIgnoredDuringExecution :
329
315
- labelSelector :
You can’t perform that action at this time.
0 commit comments