Skip to content

Commit

Permalink
Fix typo. Run-precomit on /karpenter-resouces dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Jan 30, 2024
1 parent c88bfba commit 1dac347
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion patterns/bottlerocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See [here](https://aws-ia.github.io/terraform-aws-eks-blueprints/getting-started

## Validate

* List all Nodes in the cluster. You should see three Nodes that belongs to the defined MNG, and should be in the `v1.27.4-eks-cedffd4` version since we are using a specific AMI ID to teste the BRUPOP.
* List all Nodes in the cluster. You should see three Nodes that belongs to the defined MNG, and should be in the `v1.27.4-eks-cedffd4` version since we are using a specific AMI ID to test the BRUPOP.

```bash
$ kubectl get nodes
Expand Down
2 changes: 1 addition & 1 deletion patterns/bottlerocket/karpenter-resources/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: karpenter-resources
description: Helm chart to deploy Karpenter resources
version: 0.0.1
version: 0.0.1
10 changes: 5 additions & 5 deletions patterns/bottlerocket/karpenter-resources/values.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
nodepool:
zone: []
ec2nodeclass:
ec2nodeclass:
role: ""
securityGroupSelectorTerms:
tags:
securityGroupSelectorTerms:
tags:
karpenter.sh/discovery: ""
subnetSelectorTerms:
subnetSelectorTerms:
tags:
karpenter.sh/discovery: ""
blockDeviceMappings:
ebs:
kmsKeyID: ""
tags:
karpenter.sh/discovery: ""
karpenter.sh/discovery: ""

0 comments on commit 1dac347

Please sign in to comment.