Skip to content

Fix incorrect Fargate cluster name

Matt Breden requested to merge mattbred56/gitlab-runner:patch-4 into master

What does this MR do?

Fixes an incorrect step in the Fargate runner configuration guide. Step 6 said to use test-fargate as the cluster name when previously in step 2 it said to set it as test-cluster in the fargate.toml file

This means when you go to test it out, it breaks.

Merge request reports