Skip to content

Commit

Permalink
Add kne config file to internal VM image (#400)
Browse files Browse the repository at this point in the history
Add default KNE config file on internal images
  • Loading branch information
alexmasi authored Jul 13, 2023
1 parent 2682253 commit 76748ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudbuild/internal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ build {
"sudo cp kne /usr/local/bin/",
"cd ../controller/server",
"/usr/local/go/bin/go build",
"cd $HOME",
"mkdir .kne",
"echo \"report_usage: true\" > .kne/config.yaml",
]
}

Expand Down

0 comments on commit 76748ee

Please sign in to comment.