Skip to content

Commit

Permalink
Fix YAML inconsistencies in EKS Guide (#13078)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov authored Oct 9, 2024
1 parent b01a673 commit 37f80f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/iac/clouds/aws/guides/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ variables:
Statement:
- Action: sts:AssumeRole
Effect: Allow
Sid:
Sid: ""
Principal:
Service: ec2.amazonaws.com
resources:
Expand Down Expand Up @@ -1707,8 +1707,8 @@ resources:
properties:
skipDefaultNodeGroup: true
instanceRoles:
- role1
- role2
- ${role1}
- ${role2}
# Create a node group for fixed compute.
fixedNodeGroup:
type: eks:NodeGroupV2
Expand Down

0 comments on commit 37f80f0

Please sign in to comment.