From 1b98afeceff65726844e248ac3484a65395c9417 Mon Sep 17 00:00:00 2001 From: Alexander Mattoni <5110855+mattoni@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:40:51 +0000 Subject: [PATCH] Add cluster to component includes list --- components/schemas/includes/ComponentsIncludes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/schemas/includes/ComponentsIncludes.yml b/components/schemas/includes/ComponentsIncludes.yml index 59e6a465..c2fffbe9 100644 --- a/components/schemas/includes/ComponentsIncludes.yml +++ b/components/schemas/includes/ComponentsIncludes.yml @@ -33,3 +33,4 @@ additionalProperties: - $ref: ../hubs/roles/Role.yml - $ref: ../creators/PublicAccount.yml - $ref: ../vms/ssh-keys/VirtualMachineSshKey.yml + - $ref: ../infrastructure/clusters/Cluster.yml