Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jul 16, 2022
1 parent 605e2c5 commit 2843201
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ inputs = {
}

velero = {
enabled = true
enabled = true
extra_values = <<-EXTRA_VALUES
nodeSelector:
kubernetes.io/arch: amd64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ inputs = {
}
}

vpc_id = dependency.vpc.outputs.vpc_id
vpc_id = dependency.vpc.outputs.vpc_id
control_plane_subnet_ids = dependency.vpc.outputs.intra_subnets

enable_irsa = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependency "datasources" {
}

locals {
vpc_cidr = "10.42.0.0/16"
vpc_cidr = "10.42.0.0/16"
}

inputs = {
Expand Down Expand Up @@ -68,12 +68,12 @@ inputs = {

public_subnet_tags = {
"kubernetes.io/cluster/${include.root.locals.full_name}" = "shared"
"kubernetes.io/role/elb" = "1"
"kubernetes.io/role/elb" = "1"
}

private_subnet_tags = {
"kubernetes.io/cluster/${include.root.locals.full_name}" = "shared"
"kubernetes.io/role/internal-elb" = "1"
"kubernetes.io/role/internal-elb" = "1"
}

enable_flow_log = true
Expand Down
1 change: 0 additions & 1 deletion tools/max-pods-calculator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,3 @@ if [ "$CPU_COUNT" -gt 30 ] ; then
else
echo $(min_number $MAX_POD_CEILING_FOR_LOW_CPU $max_pods)
fi

0 comments on commit 2843201

Please sign in to comment.