Skip to content

Commit

Permalink
fix: RHIDP-2974: Revert readOnlyRootFilesystem in values.yaml
Browse files Browse the repository at this point in the history
Backstage injects the config into a javascript file in the
dist/static directory in the running instance, which is part
of the root filesystem. Until we can fix this we will need the
root filesystem to be writable
  • Loading branch information
coreydaley committed Jul 1, 2024
1 parent b547179 commit 2b2f54d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4210,7 +4210,6 @@
"ALL"
]
},
"readOnlyRootFilesystem": true,
"runAsNonRoot": true,
"seccompProfile": {
"type": "RuntimeDefault"
Expand Down
2 changes: 0 additions & 2 deletions charts/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ upstream:
capabilities:
drop: ["ALL"]
runAsNonRoot: true
readOnlyRootFilesystem: true
seccompProfile:
type: "RuntimeDefault"
resources:
Expand Down Expand Up @@ -165,7 +164,6 @@ upstream:
capabilities:
drop: ["ALL"]
runAsNonRoot: true
readOnlyRootFilesystem: true
seccompProfile:
type: "RuntimeDefault"
# -- Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount.
Expand Down

0 comments on commit 2b2f54d

Please sign in to comment.