From 6d650b679dfdf8c9d3c7b4661c786db1c6cc5f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Tue, 10 Dec 2024 11:13:36 -0500 Subject: [PATCH] Change resources values type to numeric --- json/authentik.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/authentik.json b/json/authentik.json index 8b091892..87103bb9 100644 --- a/json/authentik.json +++ b/json/authentik.json @@ -18,9 +18,9 @@ "type": "default", "script": "ct/authentik.sh", "resources": { - "cpu": "6", - "ram": "8192", - "hdd": "12", + "cpu": 6, + "ram": 8192, + "hdd": 12, "os": "debian", "version": "12" }