Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a writeable $HOME for the nonroot cosigned user #1209

Merged
merged 3 commits into from
Dec 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions config/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ spec:
drop:
- all

volumeMounts:
- mountPath: /home/nonroot
mattmoor marked this conversation as resolved.
Show resolved Hide resolved
name: writable-home

readinessProbe: &probe
failureThreshold: 6
initialDelaySeconds: 20
Expand All @@ -86,6 +90,10 @@ spec:
# Our webhook should gracefully terminate by lame ducking first, set this to a sufficiently
# high value that we respect whatever value it has configured for the lame duck grace period.
terminationGracePeriodSeconds: 300

volumes:
- emptyDir: {}
name: writable-home
---
apiVersion: v1
kind: Secret
Expand Down