From 3b20b7bc7b1b932bb4c5816358c7cf61be48070f Mon Sep 17 00:00:00 2001 From: Tibi <110664232+TiberiuGC@users.noreply.github.com> Date: Wed, 29 May 2024 17:18:46 +0300 Subject: [PATCH] upload schema --- pkg/apis/eksctl.io/v1alpha5/assets/schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json index 10486218db..e3eb0a08c3 100755 --- a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json +++ b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json @@ -2335,6 +2335,10 @@ }, "PodIdentityAssociation": { "properties": { + "createServiceAccount": { + "type": "boolean", + "default": "false" + }, "namespace": { "type": "string" }, @@ -2374,6 +2378,7 @@ "namespace", "serviceAccountName", "roleARN", + "createServiceAccount", "roleName", "permissionsBoundaryARN", "permissionPolicyARNs",