Skip to content

Commit

Permalink
Merge pull request #118 from kbst/akskubedashboardfix
Browse files Browse the repository at this point in the history
AKS: Explicitly disable 'kube_dashboard' fix #115
  • Loading branch information
pst authored Aug 6, 2020
2 parents 8ec0c58 + 9336f1d commit 2566c0d
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 2566c0d

Please sign in to comment.