diff --git a/pkg/generator/testdata/azuredeploy.json b/pkg/generator/testdata/azuredeploy.json index a612f9d..d8aa6b1 100644 --- a/pkg/generator/testdata/azuredeploy.json +++ b/pkg/generator/testdata/azuredeploy.json @@ -98,7 +98,7 @@ }, "cnab_azure_state_fileshare": { "type": "string", - "defaultValue": "", + "defaultValue": "hello-world", "metadata": { "description": "The file share name in the storage account for the CNAB state to be stored in" } diff --git a/pkg/template/cnab-arm-driver-template.go b/pkg/template/cnab-arm-driver-template.go index eb2429c..810e2c5 100644 --- a/pkg/template/cnab-arm-driver-template.go +++ b/pkg/template/cnab-arm-driver-template.go @@ -271,7 +271,7 @@ func NewCnabArmDriverTemplate(bundleName string, bundleTag string, containerImag Metadata: &Metadata{ Description: "The file share name in the storage account for the CNAB state to be stored in", }, - DefaultValue: "", + DefaultValue: bundleName, } }