Skip PVC chown on subsequent runs with fsGroupChangePolicy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -321,6 +321,7 @@ export function buildJobManifest(input: JobBuildInput): JobBuildResult {
|
|||||||
runAsUser: 1000,
|
runAsUser: 1000,
|
||||||
runAsGroup: 1000,
|
runAsGroup: 1000,
|
||||||
fsGroup: 1000,
|
fsGroup: 1000,
|
||||||
|
fsGroupChangePolicy: "OnRootMismatch",
|
||||||
};
|
};
|
||||||
|
|
||||||
// Build the claude command string for the main container
|
// Build the claude command string for the main container
|
||||||
|
|||||||
Reference in New Issue
Block a user