@@ -426,21 +426,22 @@ func testConfig() *config.Config {
426
426
SystemInternalTLS : netcfg .EncryptionDisabled ,
427
427
},
428
428
Features : & apiConfig.Features {
429
- MultiContainer : apiConfig .Disabled ,
430
- PodSpecAffinity : apiConfig .Disabled ,
431
- PodSpecFieldRef : apiConfig .Disabled ,
432
- PodSpecDryRun : apiConfig .Enabled ,
433
- PodSpecHostAliases : apiConfig .Disabled ,
434
- PodSpecNodeSelector : apiConfig .Disabled ,
435
- PodSpecTolerations : apiConfig .Disabled ,
436
- PodSpecVolumesEmptyDir : apiConfig .Disabled ,
437
- PodSpecVolumesHostPath : apiConfig .Disabled ,
438
- PodSpecPersistentVolumeClaim : apiConfig .Disabled ,
439
- PodSpecPersistentVolumeWrite : apiConfig .Disabled ,
440
- PodSpecInitContainers : apiConfig .Disabled ,
441
- PodSpecPriorityClassName : apiConfig .Disabled ,
442
- PodSpecSchedulerName : apiConfig .Disabled ,
443
- TagHeaderBasedRouting : apiConfig .Disabled ,
429
+ MultiContainer : apiConfig .Disabled ,
430
+ PodSpecAffinity : apiConfig .Disabled ,
431
+ PodSpecFieldRef : apiConfig .Disabled ,
432
+ PodSpecDryRun : apiConfig .Enabled ,
433
+ PodSpecHostAliases : apiConfig .Disabled ,
434
+ PodSpecNodeSelector : apiConfig .Disabled ,
435
+ PodSpecTolerations : apiConfig .Disabled ,
436
+ PodSpecVolumesEmptyDir : apiConfig .Disabled ,
437
+ PodSpecVolumesHostPath : apiConfig .Disabled ,
438
+ PodSpecPersistentVolumeClaim : apiConfig .Disabled ,
439
+ PodSpecPersistentVolumeWrite : apiConfig .Disabled ,
440
+ PodSpecVolumeMountPropagation : apiConfig .Disabled ,
441
+ PodSpecInitContainers : apiConfig .Disabled ,
442
+ PodSpecPriorityClassName : apiConfig .Disabled ,
443
+ PodSpecSchedulerName : apiConfig .Disabled ,
444
+ TagHeaderBasedRouting : apiConfig .Disabled ,
444
445
},
445
446
}
446
447
}
0 commit comments