procMount: fix default value documentation
The 'DefaultProcMount' string is the name of the variable, but the actual value is 'Default'. Signed-off-by: Arturo Borrero Gonzalez <arturo.bg@arturo.bg>
This commit is contained in:
@@ -6203,7 +6203,7 @@ type SecurityContext struct {
|
||||
// +optional
|
||||
AllowPrivilegeEscalation *bool
|
||||
// ProcMount denotes the type of proc mount to use for the containers.
|
||||
// The default is DefaultProcMount which uses the container runtime defaults for
|
||||
// The default value is Default which uses the container runtime defaults for
|
||||
// readonly paths and masked paths.
|
||||
// Note that this field cannot be set when spec.os.name is windows.
|
||||
// +optional
|
||||
|
||||
Reference in New Issue
Block a user