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:
Arturo Borrero Gonzalez
2024-06-28 13:56:49 +02:00
parent e832b70230
commit 1cb4243535
9 changed files with 9 additions and 9 deletions

View File

@@ -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