Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
ci/aws: Remove duplicate info in worker pool name
Browse files Browse the repository at this point in the history
Worker pool names already include the cluster name.
  • Loading branch information
johananl committed Apr 28, 2020
1 parent 28d4d62 commit ccbf8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/aws/aws-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cluster "aws" {
os_channel = var.os_channel
ssh_pubkeys = ["$PUB_KEY"]

worker_pool "$CLUSTER_ID-wp" {
worker_pool "wp" {
count = 2
ssh_pubkeys = ["$PUB_KEY"]
disk_size = 30
Expand Down

0 comments on commit ccbf8ca

Please sign in to comment.