diff --git a/examples/kubernetes-aws/main.cue b/examples/kubernetes-aws/main.cue index 59607229..e2dc91f3 100644 --- a/examples/kubernetes-aws/main.cue +++ b/examples/kubernetes-aws/main.cue @@ -16,8 +16,8 @@ awsConfig: aws.#Config & { // - Instance Node Group: auto-scaling-group, ec2 instances, etc... // base config can be changed (number of EC2 instances, types, etc...) infra: #Infrastructure & { - "awsConfig": awsConfig - namePrefix: "dagger-example-" + "awsConfig": awsConfig + namePrefix: "dagger-example-" workerNodeCapacity: int | *1 workerNodeInstanceType: "t3.small" }