sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/azure-cluster-identity/azure-cluster-identity.yaml (about) 1 --- 2 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 3 kind: AzureClusterIdentity 4 metadata: 5 name: "${CLUSTER_IDENTITY_NAME}" 6 labels: 7 clusterctl.cluster.x-k8s.io/move-hierarchy: "true" 8 spec: 9 type: ServicePrincipal 10 allowedNamespaces: {} 11 tenantID: "${AZURE_TENANT_ID}" 12 clientID: "${AZURE_CLIENT_ID}" 13 clientSecret: {"name":"${AZURE_CLUSTER_IDENTITY_SECRET_NAME}","namespace":"${AZURE_CLUSTER_IDENTITY_SECRET_NAMESPACE}"}