You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: apply CRD security context override to all Paperclip containers (#46)
fix: apply CRD security context override to onboard and bootstrap containers
The onboard init container and bootstrap job had hardcoded security
contexts that ignored the CRD's security.containerSecurityContext
override. This meant users could not customize security settings for
these containers, which is needed on clusters where the Paperclip image
entrypoint requires different privileges.
Extracts a shared paperclipContainerSecurityContext() helper used by all
three Paperclip-image containers (main, onboard, bootstrap) so the CRD
override applies consistently.
Ref #45
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments