build: Remove redundant packer parameters
Some checks failed
Container & Helm chart / Linting (push) Successful in 6s
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 55s
Container & Helm chart / Kubernetes Bootstrap Appliance (push) Failing after 20s

This commit is contained in:
2024-06-05 12:58:22 +10:00
parent 691dcee21f
commit 7d431d88c3
2 changed files with 6 additions and 7 deletions

View File

@ -54,8 +54,5 @@ source "vsphere-iso" "ubuntu" {
remove_cdrom = true
export {
images = false
output_directory = "/scratch"
}
output_directory = "/scratch"
}