Skip to content

Commit c80e137

Browse files
committed
try to test?
1 parent 0817514 commit c80e137

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/e2e/data/infrastructure-gcp/cluster-template-ci-gke.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ spec:
6060
scaling:
6161
minCount: ${GKE_MACHINE_POOL_MIN}
6262
maxCount: ${GKE_MACHINE_POOL_MAX}
63-
63+
kubernetesTaints:
64+
- key: "key1"
65+
operator: "Exists"
66+
effect: "NoSchedule"

0 commit comments

Comments
 (0)