sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/patches/azureclusteridentity-azwi.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureClusterIdentity
     3  metadata:
     4    name: "${CLUSTER_IDENTITY_NAME}"
     5    labels:
     6      clusterctl.cluster.x-k8s.io/move-hierarchy: "true"
     7  spec:
     8    type: WorkloadIdentity
     9    allowedNamespaces: {}
    10    tenantID: "${AZURE_TENANT_ID}"
    11    clientID: "${AZURE_CLIENT_ID}"