Skip to content

Commit

Permalink
azure: Remove duplicate assignment of vxlan-port setting
Browse files Browse the repository at this point in the history
vxlan-port is anyway set by the `optionals` param in entrypoint.sh
Remove the ineffective duplicate assignment

Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
  • Loading branch information
bpradipt committed Feb 11, 2025
1 parent f08a334 commit 634f305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cloud-api-adaptor/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ azure() {
-region "${AZURE_REGION}" \
-instance-size "${AZURE_INSTANCE_SIZE}" \
-resourcegroup "${AZURE_RESOURCE_GROUP}" \
-vxlan-port 8472 \
-subnetid "${AZURE_SUBNET_ID}" \
-securitygroupid "${AZURE_NSG_ID}" \
-imageid "${AZURE_IMAGE_ID}" \
Expand Down

0 comments on commit 634f305

Please sign in to comment.