Merge pull request #99023 from verb/1.21-securitycontext
Allow setting securityContext in ephemeral containers
This commit is contained in:
@@ -84,6 +84,7 @@ var allowedEphemeralContainerFields = map[string]bool{
|
||||
"TerminationMessagePath": true,
|
||||
"TerminationMessagePolicy": true,
|
||||
"ImagePullPolicy": true,
|
||||
"SecurityContext": true,
|
||||
"Stdin": true,
|
||||
"StdinOnce": true,
|
||||
"TTY": true,
|
||||
|
Reference in New Issue
Block a user