Skip to content

Commit

Permalink
Default file share name to bundle name in advanced template
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEvansLarah committed Jan 17, 2020
1 parent 68745a1 commit 5a57283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/generator/testdata/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/template/cnab-arm-driver-template.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

}
Expand Down

0 comments on commit 5a57283

Please sign in to comment.