Skip to content

Commit 3bc4c67

Browse files
committed
fix typos
1 parent b6fbc65 commit 3bc4c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/manifests/02-kube-aws-iam-controller/vpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- containerName: kube-aws-iam-controller
1919
maxAllowed:
2020
{{ range $NodePool := .Cluster.NodePools }}
21-
{{ if eq $NodePool.name "default-master" }}
21+
{{ if eq $NodePool.Name "default-master" }}
2222
# Scaling is relative to r6g.large (smallest master node)
2323
# 0.014 -> 25m CPU, 0.003 -> 50Mi memory
2424
cpu: {{ scaleQuantity ( instanceTypeCPU ( index .InstanceTypes 0 )) 0.014 }}

cluster/manifests/03-ebs-csi/vpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
containerPolicies:
1818
- containerName: csi-provisioner
1919
{{ range $NodePool := .Cluster.NodePools }}
20-
{{ if eq $NodePool.name "default-master" }}
20+
{{ if eq $NodePool.Name "default-master" }}
2121
# Scaling is relative to r6g.large (smallest master node)
2222
# 0.006 -> ~90Mi memory, 0.031 -> ~55m CPU
2323
{{ $scaledCPU := scaleQuantity ( instanceTypeCPU ( index .InstanceTypes 0 )) 0.031 }}

0 commit comments

Comments
 (0)