Skip to content

Commit

Permalink
AKS: Explicitly disable 'kube_dashboard' fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Aug 6, 2020
1 parent 8ec0c58 commit 9336f1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azurerm/_modules/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ resource "azurerm_kubernetes_cluster" "current" {
}

addon_profile {
kube_dashboard {
enabled = false
}

oms_agent {
enabled = true
log_analytics_workspace_id = azurerm_log_analytics_workspace.current.id
Expand Down

0 comments on commit 9336f1d

Please sign in to comment.