Skip to content

Commit

Permalink
Change order of keys for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspinho committed Apr 21, 2020
1 parent 40b5f89 commit c4f434f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-fixtures/deployment.tf.golden
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ resource "kubernetes_deployment" "backend_api" {
success_threshold = 1
failure_threshold = 3
}
termination_message_path = "/dev/termination-log"
image_pull_policy = "IfNotPresent"
security_context {
capabilities {
add = ["NET_BIND_SERVICE"]
drop = ["ALL"]
}
}
termination_message_path = "/dev/termination-log"
image_pull_policy = "IfNotPresent"
}
container {
name = "api"
Expand Down

0 comments on commit c4f434f

Please sign in to comment.