Skip to content

Commit

Permalink
Merge pull request Azure#834 from Azure/aks-deploy-fix
Browse files Browse the repository at this point in the history
AKS creation timing issue with KV rolebinding
  • Loading branch information
janboll authored Nov 13, 2024
2 parents 07deb79 + 69da402 commit 8128ab4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-infrastructure/modules/aks-cluster-base.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ resource aksCluster 'Microsoft.ContainerService/managedClusters@2024-04-02-previ
}
supportPlan: 'KubernetesOfficial'
}
dependsOn: [
aksNetworkContributorRoleAssignment
aks_keyvault_crypto_user
]
}

resource userAgentPools 'Microsoft.ContainerService/managedClusters/agentPools@2024-04-02-preview' = [
Expand Down

0 comments on commit 8128ab4

Please sign in to comment.