fix omitempty on ProcMount

parent 709ac9ce
...@@ -5219,7 +5219,7 @@ type SecurityContext struct { ...@@ -5219,7 +5219,7 @@ type SecurityContext struct {
// readonly paths and masked paths. // readonly paths and masked paths.
// This requires the ProcMountType feature flag to be enabled. // This requires the ProcMountType feature flag to be enabled.
// +optional // +optional
ProcMount *ProcMountType `json:"procMount,omitEmpty" protobuf:"bytes,9,opt,name=procMount"` ProcMount *ProcMountType `json:"procMount,omitempty" protobuf:"bytes,9,opt,name=procMount"`
} }
type ProcMountType string type ProcMountType string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment