sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-dual-stack/patches/azure-machine-template-control-plane.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureMachineTemplate
     3  metadata:
     4    name: ${CLUSTER_NAME}-control-plane
     5    namespace: default
     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}