sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/dev/custom-builds/patches/machine-deployment-pr-version-windows.yaml (about)

     1  ---
     2  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     3  kind: AzureMachineTemplate
     4  metadata:
     5    name: "${CLUSTER_NAME}-md-win"
     6  spec:
     7    template:
     8      spec:
     9        identity: UserAssigned
    10        userAssignedIdentities:
    11          - providerID: /subscriptions/${AZURE_SUBSCRIPTION_ID}/resourceGroups/${CI_RG:=capz-ci}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/${USER_IDENTITY:=cloud-provider-user-identity}
    12        image:
    13          # we use the latest image as a workaround there is no published marketplace image for k8s CI versions.
    14          # latest binaries and images will get replaced to the desired version by the script above.
    15          marketplace:
    16            publisher: cncf-upstream
    17            offer: capi-windows
    18            sku: ${WINDOWS_SERVER_VERSION:=windows-2019}-containerd-gen1
    19            version: latest