Skip to content

Commit

Permalink
Support overriding the gallert-image-definition name completely for CAPZ
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
  • Loading branch information
AverageMarcus committed Jun 13, 2024
1 parent bda3702 commit b42c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/capi/packer/azure/scripts/init-sig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ create_image_definition() {
az sig image-definition create \
--resource-group ${RESOURCE_GROUP_NAME} \
--gallery-name ${GALLERY_NAME} \
--gallery-image-definition capi-${SIG_SKU:-$1} \
--gallery-image-definition ${SIG_IMAGE_DEFINITION:-capi-${SIG_SKU:-$1}} \
--publisher ${SIG_PUBLISHER:-capz} \
--offer ${SIG_OFFER:-capz-demo} \
--sku ${SIG_SKU:-$2} \
Expand Down

0 comments on commit b42c2a6

Please sign in to comment.