Skip to content

Commit b5d8172

Browse files
app: fix securityContext default (#79)
1 parent 3c69528 commit b5d8172

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

charts/application-core/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 4.0.0
18+
version: 4.0.1
1919

2020
maintainers:
2121
- name: Dominic DePasquale

charts/application-core/values.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ dnsConfig:
4646
# - name: single-request-reopen
4747

4848
podSecurityContext:
49-
securityContext:
50-
runAsNonRoot: true
51-
runAsUser: 1000
52-
runAsGroup: 1000
53-
fsGroup: 1000
49+
runAsNonRoot: true
50+
runAsUser: 1000
51+
runAsGroup: 1000
52+
fsGroup: 1000
5453
seccompProfile:
5554
type: RuntimeDefault
5655

0 commit comments

Comments
 (0)