Skip to content

Commit

Permalink
fix: only set node version in node pools (#11604)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
just-mitch authored Jan 29, 2025
1 parent c3e83ba commit 924298a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spartan/terraform/gke-cluster/cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ resource "google_container_cluster" "primary" {

# Kubernetes version
min_master_version = var.node_version
node_version = var.node_version
release_channel {
channel = "STABLE"
}
Expand Down

0 comments on commit 924298a

Please sign in to comment.