Skip to content

Commit

Permalink
Fix demo data job delete from tf (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Nov 26, 2024
1 parent 1bd4e7c commit 8c04402
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/terraform/postgresql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ resource "kubernetes_job" "postgresql_demo_data" {
name = "demo-data-job"
}
spec {
ttl_seconds_after_finished = "600"

template {
metadata {
name = "demo-data-job-job"
Expand Down

0 comments on commit 8c04402

Please sign in to comment.