From 4cbe7ba4c706c8bffadf7780fb5ab769cec27365 Mon Sep 17 00:00:00 2001 From: Samuel Beaulieu Date: Wed, 25 Sep 2024 10:02:37 -0700 Subject: [PATCH] the new parameters were not in the schema so the update failed --- lacework-agent/values.schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lacework-agent/values.schema.json b/lacework-agent/values.schema.json index a10c654..59bc1d1 100644 --- a/lacework-agent/values.schema.json +++ b/lacework-agent/values.schema.json @@ -242,6 +242,18 @@ "hostNetworkAccess": { "type": "boolean", "description": "Enable host network access to the cluster collector pod" + }, + "createRoleBinding": { + "type": "boolean", + "description": "Enable creation of the role binding" + }, + "createRole": { + "type": "boolean", + "description": "Enable creation of the role" + }, + "createServiceAccount": { + "type": "boolean", + "description": "Enable creation of the service account" } }, "additionalProperties": false