Fix: Remove docs comment 30/107130/1
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 27 Jul 2023 23:32:27 +0000 (09:32 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 27 Jul 2023 23:32:27 +0000 (09:32 +1000)
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I21f7e6e52f7b29c076ba62956877c2f1f7157d8b

packer/templates/helm.pkr.hcl

index 7c77cf04c8227ad8f793a927b5740b7088c5d07c..ff0d328b9786b7c6bb4f57f95c355f5392bb0067 100644 (file)
@@ -140,9 +140,6 @@ source "openstack" "helm" {
   volume_size             = "${var.vm_volume_size}"
 }
 
-# a build block invokes sources and runs provisioning steps on them. The
-# documentation for build blocks can be found here:
-# https://www.packer.io/docs/templates/hcl_templates/blocks/build
 build {
   sources = ["source.docker.helm", "source.openstack.helm"]