Skip to content

Commit

Permalink
chore: fix deprecated kube setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Aug 18, 2022
1 parent 0c188c4 commit 6a114f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/platform/gcp/kube.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ resource "google_container_cluster" "primary" {

default_max_pods_per_node = local.max_pods_per_node

enable_binary_authorization = true
binary_authorization {
evaluation_mode = "PROJECT_SINGLETON_POLICY_ENFORCE"
}

enable_intranode_visibility = false
enable_shielded_nodes = true

Expand Down

0 comments on commit 6a114f1

Please sign in to comment.