Move fsGroupChangePolicy feature to beta

This commit is contained in:
Hemant Kumar
2020-11-05 12:29:31 -05:00
parent ac62c47889
commit 006020b71e
6 changed files with 7 additions and 6 deletions

View File

@@ -2964,7 +2964,7 @@ type PodSecurityContext struct {
// volume types which support fsGroup based ownership(and permissions).
// It will have no effect on ephemeral volume types such as: secret, configmaps
// and emptydir.
// Valid values are "OnRootMismatch" and "Always". If not specified defaults to "Always".
// Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used.
// +optional
FSGroupChangePolicy *PodFSGroupChangePolicy
// Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported