Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Aug 22, 2024
1 parent 45e6221 commit 09daca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gh-runner-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module "runner-cluster" {
remove_default_node_pool = true
service_account = local.service_account
gce_pd_csi_driver = true
deletion_protection = false
node_pools = [
{
name = "runner-pool"
Expand Down

0 comments on commit 09daca2

Please sign in to comment.