Skip to content

Commit

Permalink
Test k8s resource: stick to node naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
alidaw committed Nov 6, 2024
1 parent 2475a34 commit 3526679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gridscale/resource_gridscale_k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variable "node_pools" {
description = "A list of node pools"
default = [
{
name = "my_node_pool"
name = "my-node-pool"
node_count = 2
cores = 1
memory = 2
Expand Down Expand Up @@ -91,7 +91,7 @@ variable "node_pools" {
description = "A list of node pools"
default = [
{
name = "my_node_pool"
name = "my-node-pool"
node_count = 2
cores = 1
memory = 2
Expand Down

0 comments on commit 3526679

Please sign in to comment.