Skip to content

Commit 335215f

Browse files
csweichelroboquat
authored andcommitted
[installer] Fix ws-daemon's disk space guard path
1 parent e0d7631 commit 335215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/pkg/components/ws-daemon/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
117117
Enabled: true,
118118
Interval: util.Duration(5 * time.Minute),
119119
Locations: []diskguard.LocationConfig{{
120-
Path: "/mnt/wsdaemon-workingarea",
120+
Path: "/mnt/workingarea",
121121
MinBytesAvail: 21474836480,
122122
}},
123123
},

0 commit comments

Comments
 (0)