Skip to content

Commit

Permalink
Update json schema (eksctl-io#7788)
Browse files Browse the repository at this point in the history
upload schema
  • Loading branch information
TiberiuGC authored and IdanShohamNetApp committed Jun 2, 2024
1 parent d90bb5e commit e7e5f20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/apis/eksctl.io/v1alpha5/assets/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2364,6 +2364,10 @@
},
"PodIdentityAssociation": {
"properties": {
"createServiceAccount": {
"type": "boolean",
"default": "false"
},
"namespace": {
"type": "string"
},
Expand Down Expand Up @@ -2403,6 +2407,7 @@
"namespace",
"serviceAccountName",
"roleARN",
"createServiceAccount",
"roleName",
"permissionsBoundaryARN",
"permissionPolicyARNs",
Expand Down

0 comments on commit e7e5f20

Please sign in to comment.