Skip to content
Open
Changes from all commits
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
3 changes: 1 addition & 2 deletions components/manifests/base/bootstrap-admin-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
serviceAccountName: ambient-api-server
restartPolicy: OnFailure
securityContext:
runAsNonRoot: true

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a base file, not an overlay. loosening security requirements for Kind should be limited to a Kind overlay

seccompProfile:
type: RuntimeDefault
containers:
Expand All @@ -48,7 +47,7 @@ spec:
readOnly: true
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
readOnlyRootFilesystem: false
capabilities:
drop:
- ALL
Expand Down
Loading