Skip to content

Commit

Permalink
make tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Sep 20, 2024
1 parent db40ca4 commit 8e13f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/resource_kubernetes_cron_job_v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ func testAccKubernetesCronJobV1ConfigMinimal(name, imageName string) string {
metadata {}
spec {
backoff_limit_per_index = 3
max_failed_indexes = 4
max_failed_indexes = 4
template {
metadata {}
spec {
Expand Down Expand Up @@ -475,8 +475,8 @@ func testAccKubernetesCronJobV1ConfigMinimalWithPodFailurePolicy(name, imageName
job_template {
metadata {}
spec {
backoff_limit_per_index = 3
max_failed_indexes = 4
backoff_limit_per_index = 3
max_failed_indexes = 4
pod_failure_policy {
rule {
action = "FailJob"
Expand Down

0 comments on commit 8e13f82

Please sign in to comment.