Skip to content

Commit

Permalink
Fix: Change instance_name to helm
Browse files Browse the repository at this point in the history
instance_name is incorrectly named as 'builder'

Signed-off-by: Anil Belur <[email protected]>
Change-Id: Ie049889c4f1d413f6f36cbff08fb92764dbdc7cd
  • Loading branch information
askb committed Jul 27, 2023
1 parent a713e55 commit 1afd4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/templates/helm.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ source "openstack" "helm" {
identity_endpoint = "${var.cloud_auth_url}"
image_disk_format = "${var.vm_image_disk_format}"
image_name = "ZZCI - ${var.distro} - helm - ${var.arch} - ${legacy_isotime("20060102-150405.000")}"
instance_name = "${var.distro}-builder-${uuidv4()}"
instance_name = "${var.distro}-helm-${uuidv4()}"
metadata = {
ci_managed = "yes"
}
Expand Down

0 comments on commit 1afd4e3

Please sign in to comment.