Skip to content

Commit

Permalink
Added changelog and fixed lint in test
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushsss1 committed May 26, 2024
1 parent 85be29e commit 209e68b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/2493.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
resource/resource_kubernetes_stateful_set_v1: Add support for `min_ready_seconds`
```
4 changes: 2 additions & 2 deletions kubernetes/resource_kubernetes_stateful_set_v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ func testAccKubernetesStatefulSetV1ConfigBasic(name, imageName string) string {
}
spec {
min_ready_seconds = 10
min_ready_seconds = 10
pod_management_policy = "OrderedReady"
replicas = 1
revision_history_limit = 11
Expand Down Expand Up @@ -892,7 +892,7 @@ func testAccKubernetesStatefulSetV1ConfigUpdateMinReadySeconds(name string, imag
}
spec {
min_ready_seconds = %d
min_ready_seconds = %d
pod_management_policy = "OrderedReady"
replicas = 1
revision_history_limit = 11
Expand Down

0 comments on commit 209e68b

Please sign in to comment.