diff --git a/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml b/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml index 4f06fb38e1fd..7c30c5fb3b3b 100644 --- a/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml +++ b/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml @@ -49,6 +49,10 @@ spec: enabled: true servicePrincipalProfile: clientId: msi + sku: + name: Base + tier: ${AKS_TIER:=Standard} + supportPlan: ${AKS_SUPPORT_PLAN:=KubernetesOfficial} tags: buildProvenance: ${BUILD_PROVENANCE} creationTimestamp: ${TIMESTAMP}