Skip to content

Commit

Permalink
Merge pull request #185 from a13x5/permission-fix
Browse files Browse the repository at this point in the history
Fix permissions for worker nodes
  • Loading branch information
Kshatrix authored Aug 13, 2024
2 parents 2129cea + c656df5 commit bcc3312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/aws-hosted-cp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ subnets:

# AWS machines parameters
amiID: ""
iamInstanceProfile: nodes.cluster-api-provider-aws.sigs.k8s.io
iamInstanceProfile: control-plane.cluster-api-provider-aws.sigs.k8s.io
instanceType: ""
securityGroupIDs: []

Expand Down
2 changes: 1 addition & 1 deletion templates/aws-standalone-cp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ controlPlane:

worker:
amiID: ""
iamInstanceProfile: nodes.cluster-api-provider-aws.sigs.k8s.io
iamInstanceProfile: control-plane.cluster-api-provider-aws.sigs.k8s.io
instanceType: ""

# K0s parameters
Expand Down

0 comments on commit bcc3312

Please sign in to comment.