Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
chore: remove deprecated option 'enable_binary_authorization'
Browse files Browse the repository at this point in the history
  • Loading branch information
nlevee committed Dec 13, 2024
1 parent ff9d176 commit 418686c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ resource "google_container_cluster" "this" {
subnetwork = trimprefix(var.network.subnet_self_link, local.google_compute_apis_url)
networking_mode = "VPC_NATIVE"
enable_intranode_visibility = true
enable_binary_authorization = var.enable_binary_authorization

ip_allocation_policy {
cluster_secondary_range_name = var.network.pods_range_name
Expand Down
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ variable "google_group_domain" {
default = ""
}

variable "enable_binary_authorization" {
description = "Enables Binary Authorization for workloads"
type = bool
default = false
}

variable "enable_gcs_fuse_csi_driver" {
description = "Enables the GCS FUSE CSI driver GKE addon"
type = bool
Expand Down

0 comments on commit 418686c

Please sign in to comment.