Skip to content

Commit

Permalink
fix: Increases IRSA timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Miguel <[email protected]>
  • Loading branch information
FernandoMiguel authored and allamand committed Dec 15, 2022
1 parent 99d67ee commit 60ec2a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/irsa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ resource "kubernetes_namespace_v1" "irsa" {
metadata {
name = var.kubernetes_namespace
}

timeouts {
delete = "15m"
}
}

resource "kubernetes_service_account_v1" "irsa" {
Expand Down

0 comments on commit 60ec2a1

Please sign in to comment.