From 385b69efae30de708adb4578ecf42327429695cc Mon Sep 17 00:00:00 2001 From: Akash LM Date: Wed, 20 Dec 2023 11:33:28 +0530 Subject: [PATCH] Add podSecurityContext --- charts/agent/Chart.yaml | 2 +- charts/agent/values.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index dfadb805..67773fc7 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.8 +version: 1.1.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 48aa6710..f431427d 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -27,8 +27,10 @@ serviceAccount: podAnnotations: {} -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroup: 1001 + runAsUser: 1001 + runAsGroup: 1001 securityContext: {} # capabilities: