Skip to content

Commit 3c174cf

Browse files
swagatbora90k8s-infra-cherrypick-robot
authored andcommitted
fix: create bootstrap.json with 0644 permission
Signed-off-by: Swagat Bora <[email protected]>
1 parent ea643fe commit 3c174cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/runtime/v2/shim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func writeBootstrapParams(path string, params client.BootstrapParams) error {
248248
return err
249249
}
250250

251-
f, err := atomicfile.New(path, 0o666)
251+
f, err := atomicfile.New(path, 0o644)
252252
if err != nil {
253253
return err
254254
}

0 commit comments

Comments
 (0)