From 94716a4f97139a3c7490d8439f9e73d8cf4403e1 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 28 Jul 2023 09:32:27 +1000 Subject: [PATCH] Fix: Remove docs comment Signed-off-by: Anil Belur Change-Id: I21f7e6e52f7b29c076ba62956877c2f1f7157d8b --- packer/templates/helm.pkr.hcl | 3 --- 1 file changed, 3 deletions(-) diff --git a/packer/templates/helm.pkr.hcl b/packer/templates/helm.pkr.hcl index 7c77cf04c8..ff0d328b97 100644 --- a/packer/templates/helm.pkr.hcl +++ b/packer/templates/helm.pkr.hcl @@ -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"]