Skip to content

Commit

Permalink
Revert readOnlyRootFilesystem for image_pruner
Browse files Browse the repository at this point in the history
The image-pruner container needs write on rootFS as it is installing pip
packages. Put back write access until image-pruner is changed to not
require this access.
  • Loading branch information
hugares committed Sep 20, 2023
1 parent fe1aca0 commit c637c43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/registry_image_pruner/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
requests:
cpu: 150m
memory: 128Mi
securityContext:
readOnlyRootFilesystem: true
restartPolicy: OnFailure
securityContext:
runAsNonRoot: true
Expand Down

0 comments on commit c637c43

Please sign in to comment.