Skip to content

Commit

Permalink
terraform, azure: cleanup unused azure-file k8s namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 5, 2024
1 parent 2898b43 commit a643698
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/azure/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,3 @@ resource "azurerm_storage_share" "homes" {
output "azure_fileshare_url" {
value = azurerm_storage_share.homes.url
}

resource "kubernetes_namespace" "homes" {
metadata {
name = "azure-file"
}
}

0 comments on commit a643698

Please sign in to comment.