mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	fix pull-kubernetes-linter-hints
This commit is contained in:
		@@ -327,7 +327,7 @@ func makeMounts(pod *v1.Pod, podDir string, container *v1.Container, hostName, h
 | 
			
		||||
 | 
			
		||||
				err = volumevalidation.ValidatePathNoBacksteps(subPath)
 | 
			
		||||
				if err != nil {
 | 
			
		||||
					return nil, cleanupAction, fmt.Errorf("unable to provision SubPath `%s`: %v", subPath, err)
 | 
			
		||||
					return nil, cleanupAction, fmt.Errorf("unable to provision SubPath `%s`: %w", subPath, err)
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				volumePath := hostPath
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user