Skip to content

Commit c4f434f

Browse files
committed
Change order of keys for tests to pass
1 parent 40b5f89 commit c4f434f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-fixtures/deployment.tf.golden

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ resource "kubernetes_deployment" "backend_api" {
6666
success_threshold = 1
6767
failure_threshold = 3
6868
}
69+
termination_message_path = "/dev/termination-log"
70+
image_pull_policy = "IfNotPresent"
6971
security_context {
7072
capabilities {
7173
add = ["NET_BIND_SERVICE"]
7274
drop = ["ALL"]
7375
}
7476
}
75-
termination_message_path = "/dev/termination-log"
76-
image_pull_policy = "IfNotPresent"
7777
}
7878
container {
7979
name = "api"

0 commit comments

Comments
 (0)