Skip to content

Commit

Permalink
Merge pull request #612 from robinmordasiewicz/dev106
Browse files Browse the repository at this point in the history
adding init
  • Loading branch information
robinmordasiewicz authored Sep 29, 2024
2 parents 73e5a9b + 6c40575 commit 86f2afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/spoke-k8s_cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ resource "azurerm_monitor_data_collection_rule" "this" {
extension_name = "ContainerInsights"
extension_json = jsonencode({
"dataCollectionSettings" : {
"interval" : "1m"
"interval" : "1m",
"namespaceFilteringMode" : "Off",
"namespaces" : ["kube-system", "gatekeeper-system", "azure-arc"]
"namespaces" : ["kube-system", "gatekeeper-system", "azure-arc"],
"enableContainerLogV2" : true
}
})
Expand Down

0 comments on commit 86f2afd

Please sign in to comment.