From 47f76eef5770c4bc4b3079a3d94a7e8df0529caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Mart=C3=ADn=20Garc=C3=ADa?= Date: Mon, 30 Oct 2023 12:52:40 +0100 Subject: [PATCH] feat: define deployment annotations --- charts/steampipe/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/steampipe/values.yaml b/charts/steampipe/values.yaml index 62a3714..3755b58 100644 --- a/charts/steampipe/values.yaml +++ b/charts/steampipe/values.yaml @@ -25,6 +25,8 @@ serviceAccount: podAnnotations: {} +deploymentAnnotations: {} + podSecurityContext: fsGroup: 9193 runAsGroup: 65534