Skip to content

Commit

Permalink
chore: update securityContext (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 authored Feb 23, 2024
1 parent 7d2a4bd commit 0fda15d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Updated default imagePullPolicy
- Updated probes in values file so that it can be configurable
- Updated ARC42 document notice section
- Updated security context

## [2.1.9] - 2024-01-30

Expand Down
10 changes: 5 additions & 5 deletions charts/sdfactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ podSecurityContext:
fsGroup: 2000

securityContext:
# -- Controls whether a process can gain more privileges
capabilities:
drop:
- ALL
allowPrivilegeEscalation: false
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000

sdfactory:
secret:
Expand Down

0 comments on commit 0fda15d

Please sign in to comment.