Skip to content

Commit

Permalink
Merge pull request #295 from akash4sh/main
Browse files Browse the repository at this point in the history
Add podSecurityContext
  • Loading branch information
jebjohns authored Dec 20, 2023
2 parents d34bdae + 385b69e commit a59523d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ serviceAccount:

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroup: 1001
runAsUser: 1001
runAsGroup: 1001

securityContext: {}
# capabilities:
Expand Down

0 comments on commit a59523d

Please sign in to comment.