Skip to content

Commit

Permalink
Merge pull request #3343 from yuwenma/add-on-requirements
Browse files Browse the repository at this point in the history
chore: turn on readOnlyRootFilesystem for GKE add-on release'
  • Loading branch information
google-oss-prow[bot] authored Dec 10, 2024
2 parents ba31a92 + 52fe321 commit dd2d99c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion operator/config/gke-addon/manager_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@
value:
postStart:
exec:
command: ["./gke_addon_poststart"]
command: ["./gke_addon_poststart"]
- op: add
path: /spec/template/spec/containers/0/securityContext/readOnlyRootFilesystem
value: true

0 comments on commit dd2d99c

Please sign in to comment.