Fix: Remove docs comment
[releng/builder.git] / 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"]