Skip to content

Commit 5f1b31f

Browse files
authored
Merge pull request #1106 from a7i/release-1.26-patch
fix default value assignment of EvictLocalStoragePods
2 parents 861c632 + bd9dea9 commit 5f1b31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/framework/plugins/defaultevictor/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func SetDefaults_DefaultEvictorArgs(obj *DefaultEvictorArgs) {
2828
obj.NodeSelector = ""
2929
}
3030
if !obj.EvictLocalStoragePods {
31-
obj.EvictSystemCriticalPods = false
31+
obj.EvictLocalStoragePods = false
3232
}
3333
if !obj.EvictSystemCriticalPods {
3434
obj.EvictSystemCriticalPods = false

0 commit comments

Comments
 (0)