Skip to content

Commit

Permalink
Update pkg/kubelet/certificate/kubelet_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mrunal Patel <mrunalp9@outlook.com>
  • Loading branch information
zhangweikop and mrunalp committed Jun 5, 2024
1 parent e740a83 commit 8eb2eec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kubelet/certificate/kubelet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func createCertAndKeyFilesUsingRename(certDir string) (string, string, error) {
}

writeDir, writeCertPath, writeKeyPath := certKeyPathFn("identity.tmp")

if err := os.Mkdir(writeDir, 0777); err != nil {
return "", "", err
}
Expand Down

0 comments on commit 8eb2eec

Please sign in to comment.