From 4a5fafdf0c95e14de7b5c9cdad2355079e4ca637 Mon Sep 17 00:00:00 2001 From: Melvin Zottola Date: Mon, 30 Dec 2024 07:08:40 +0100 Subject: [PATCH] fix(cor-1061) Set karpenter limits as integer --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 970252b1..f960f61a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -20040,10 +20040,10 @@ components: - max_memory_in_gibibytes properties: max_cpu_in_vcpu: - type: number + type: integer description: "CPU limit that will be applied for the node pool (in vCPU unit: 1 vCPU = 1000 millicores)" max_memory_in_gibibytes: - type: number + type: integer description: "Memory limit that will be applied for the node pool (in Gibibytes unit: 1Gi = 1024 mebibytes)" ClusterLockRequest: title: ClusterLockRequest