Skip to content

Commit

Permalink
app: fix securityContext default (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdepasquale committed Jun 4, 2024
1 parent 3c69528 commit b5d8172
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/application-core/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: 4.0.0
version: 4.0.1

maintainers:
- name: Dominic DePasquale
9 changes: 4 additions & 5 deletions charts/application-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ dnsConfig:
# - name: single-request-reopen

podSecurityContext:
securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
seccompProfile:
type: RuntimeDefault

Expand Down

0 comments on commit b5d8172

Please sign in to comment.