Skip to content

Commit

Permalink
Merge pull request #1489 from giantswarm/sig-image-definition
Browse files Browse the repository at this point in the history
Support overriding the gallery-image-definition name completely for CAPZ
  • Loading branch information
k8s-ci-robot authored Jun 13, 2024
2 parents bda3702 + b42c2a6 commit 71baf52
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 71baf52

Please sign in to comment.