From 0bd52168ac0a26886f9d7e91bbdf49f2f5cbfe04 Mon Sep 17 00:00:00 2001 From: Giuseppe Capizzi Date: Fri, 22 Jul 2022 12:40:41 +0100 Subject: [PATCH] Update Task CRD Co-authored-by: Kieron Browne --- deployment/helm/templates/core/task-crd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/helm/templates/core/task-crd.yml b/deployment/helm/templates/core/task-crd.yml index c30ba6bef..db7fdf2ad 100644 --- a/deployment/helm/templates/core/task-crd.yml +++ b/deployment/helm/templates/core/task-crd.yml @@ -53,8 +53,8 @@ spec: items: type: string type: array - cpuWeight: - format: uint8 + cpuMillis: + format: int64 type: integer diskMB: format: int64