Skip to content

Commit

Permalink
enable injection in operators
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 10, 2025
1 parent eab9f0b commit a854856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ resource "kubernetes_storage_class" "efs_sc" {
resource "kubernetes_namespace" "operators" {
metadata {
name = var.operators_ns
labels = {
istio-injection = "enabled"
}
}
}

Expand Down

0 comments on commit a854856

Please sign in to comment.