Skip to content

Commit

Permalink
add a writeable $HOME for the nonroot cosigned user
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <jsand@google.com>
  • Loading branch information
Jake Sanders committed Dec 14, 2021
1 parent 4d4c830 commit de0a245
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ spec:
drop:
- all

volumeMounts:
- mountPath: /home/nonroot
name: writable-home
volumes:
- emptyDir: {}
name: writable-home

readinessProbe: &probe
failureThreshold: 6
initialDelaySeconds: 20
Expand Down

0 comments on commit de0a245

Please sign in to comment.