Skip to content

Commit

Permalink
update with the missing addons up to resource manager for managed clu…
Browse files Browse the repository at this point in the history
  • Loading branch information
ferantivero committed Feb 29, 2024
1 parent cb53a28 commit 352f134
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cluster-stamp.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,9 @@ resource mc 'Microsoft.ContainerService/managedClusters@2023-02-02-preview' = {
httpApplicationRouting: {
enabled: false
}
ingressApplicationGateway: {
enabled: false
}
omsagent: {
enabled: true
config: {
Expand All @@ -1756,6 +1759,12 @@ resource mc 'Microsoft.ContainerService/managedClusters@2023-02-02-preview' = {
version: 'v2'
}
}
openServiceMesh: {
enabled: false
}
kubeDashboard: {
enabled: false
}
azureKeyvaultSecretsProvider: {
enabled: true
config: {
Expand Down

0 comments on commit 352f134

Please sign in to comment.