Make filesystem read-write

This commit is contained in:
Jonathan Ervine 2020-07-27 21:23:40 +08:00
parent 0e0ae06c2c
commit 7254f743f1
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,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.
version: 0.1.7
version: 0.1.8
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.

View File

@ -26,7 +26,7 @@ securityContext:
# capabilities:
# drop:
# - ALL
readOnlyRootFilesystem: true
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 1003
runAsGroup: 1003