Skip to content

Commit

Permalink
Disable readOnlyRootFilesystem for config.json ENV vars
Browse files Browse the repository at this point in the history
For the ENV variables to work, config.json must be writable on the filesystem

Signed-off-by: Steven Koo <[email protected]>
  • Loading branch information
skooNI committed Apr 4, 2024
1 parent 7da265b commit 1bf12bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dependency-track/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
drop:
- ALL
runAsNonRoot: true
readOnlyRootFilesystem: true
readOnlyRootFilesystem: false # RO filesystems are not supported by the frontend
seccompProfile:
type: RuntimeDefault
{{- with .Values.frontend.command }}
Expand Down

0 comments on commit 1bf12bc

Please sign in to comment.