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(backup): apply configured podSecurityContext to backup CronJob (#1655)
The backup CronJob controller does not set podSecurityContext on the
backup Job pod spec, even though DevWorkspaceOperatorConfig documents
that podSecurityContext applies to all workspace-related pods. This can
cause permission or SELinux failures when the backup container reads
workspace PVC data on clusters with a custom podSecurityContext.
Apply the configured podSecurityContext from DevWorkspaceOperatorConfig
to the backup Job pod template, consistent with workspace deployments
and PVC cleanup jobs.
Fixes: #1636
Assisted-by: Claude Code
Signed-off-by: Chris Brown <chribrow@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments