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 committed Oct 7, 2024
1 parent f124eb9 commit 40fadc1
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 @@ -2335,6 +2335,10 @@
},
"PodIdentityAssociation": {
"properties": {
"createServiceAccount": {
"type": "boolean",
"default": "false"
},
"namespace": {
"type": "string"
},
Expand Down Expand Up @@ -2374,6 +2378,7 @@
"namespace",
"serviceAccountName",
"roleARN",
"createServiceAccount",
"roleName",
"permissionsBoundaryARN",
"permissionPolicyARNs",
Expand Down

0 comments on commit 40fadc1

Please sign in to comment.