add non-root directive to SC and kubelet checking
This commit is contained in:
@@ -1803,6 +1803,7 @@ func deepCopy_api_SecurityContext(in SecurityContext, out *SecurityContext, c *c
|
||||
} else {
|
||||
out.RunAsUser = nil
|
||||
}
|
||||
out.RunAsNonRoot = in.RunAsNonRoot
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user