From fdbd04439fd77634c3fdf75dbf0f9c1ef9ff7bc3 Mon Sep 17 00:00:00 2001 From: Joe Shannon Date: Thu, 12 Jun 2025 12:23:00 +0100 Subject: [PATCH] Remove SYS_ADMIN capability from factory This doesn't appear to be required. --- factory/duo-factory/values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/factory/duo-factory/values.yaml b/factory/duo-factory/values.yaml index f75ebba..7d37a81 100644 --- a/factory/duo-factory/values.yaml +++ b/factory/duo-factory/values.yaml @@ -54,10 +54,7 @@ podAnnotations: {} podSecurityContext: {} -securityContext: - capabilities: - add: - - SYS_ADMIN +securityContext: {} service: type: ClusterIP