From 9360bdcf4a6ff12e871bcfb4f1293bea36a2627e Mon Sep 17 00:00:00 2001 From: Maor Halevi Date: Wed, 18 Feb 2026 15:32:35 +0200 Subject: [PATCH] charts: values: add pod subresources to validating --- charts/s1-agent/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/s1-agent/values.yaml b/charts/s1-agent/values.yaml index fe2a695..b64c16c 100644 --- a/charts/s1-agent/values.yaml +++ b/charts/s1-agent/values.yaml @@ -140,6 +140,7 @@ admissionControllers: - CONNECT resources: - '*' + - 'pods/*' scope: '*' matchConditions: - name: 'exclude-leases'