mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Set ownership to fsGroup in gitrepo
This commit is contained in:
		@@ -188,6 +188,8 @@ func (b *gitRepoVolumeBuilder) SetUpAt(dir string, fsGroup *int64) error {
 | 
			
		||||
		return fmt.Errorf("failed to exec 'git reset --hard': %s: %v", output, err)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	volume.SetVolumeOwnership(b, fsGroup)
 | 
			
		||||
 | 
			
		||||
	volumeutil.SetReady(b.getMetaDir())
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user