Skip to content

Commit

Permalink
Merge pull request #437 from stlaz/writable_workload_fs
Browse files Browse the repository at this point in the history
Bug 1942725: explicitly allow apiserver pods to write to their root FS
  • Loading branch information
openshift-merge-robot committed Apr 15, 2021
2 parents 883b6ee + aa92611 commit d34feb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindata/v3.11.0/openshift-apiserver/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spec:
# we need to set this to privileged to be able to write audit to /var/log/openshift-apiserver
securityContext:
privileged: true
readOnlyRootFilesystem: false
ports:
- containerPort: 8443
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions pkg/operator/v311_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d34feb3

Please sign in to comment.