Skip PVC chown on subsequent runs with fsGroupChangePolicy

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-12 00:04:35 -04:00
parent 4b0baaf05c
commit 98af28a272
+1
View File
@@ -321,6 +321,7 @@ export function buildJobManifest(input: JobBuildInput): JobBuildResult {
runAsUser: 1000,
runAsGroup: 1000,
fsGroup: 1000,
fsGroupChangePolicy: "OnRootMismatch",
};
// Build the claude command string for the main container