Allow securityContext in EphemeralContainers
This commit is contained in:
@@ -85,6 +85,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