Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
preved911 committed Feb 25, 2020
1 parent 6f7c868 commit f3e7f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubelet.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func kubeletCertKeyGen(nodeName, certificatesDir string) (*pem.Block, *pem.Block
}

publicKeyBlock := &pem.Block{
Type: "PUBLIC KEY",
Type: "CERTIFICATE",
Bytes: publicKey,
}

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// AppVersion current build application version.
const AppVersion = "0.0.14"
const AppVersion = "0.0.15"

func main() {
var (
Expand Down

0 comments on commit f3e7f01

Please sign in to comment.