We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5979d17 commit ed5101fCopy full SHA for ed5101f
test/integration/node_pool/controls/gcloud.rb
@@ -128,8 +128,8 @@
128
"tags" => match_array([
129
"all-node-example",
130
"pool-01-example",
131
- "gke-node-pool-cluster",
132
- "gke-node-pool-cluster-pool-01",
+ "gke-#{cluster_name}",
+ "gke-#{cluster_name}-pool-01",
133
]),
134
),
135
)
@@ -245,8 +245,8 @@
245
"config" => including(
246
247
248
249
- "gke-node-pool-cluster-pool-02",
+ "gke-#{cluster_name}-pool-02",
250
])
251
252
0 commit comments