Skip to content

Commit

Permalink
fix(main.tf): add operators ns here
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 2, 2024
1 parent f361821 commit 68f21aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ resource "kubernetes_storage_class" "efs-sc" {
}
mount_options = ["tls"]
}

resource "kubernetes_namespace" "operators" {
metadata {
name = var.operators_ns
}
}

0 comments on commit 68f21aa

Please sign in to comment.