You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/openapi/definitions.yaml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -624,6 +624,19 @@ podSpec:
624
624
default: true
625
625
title: Run as non-root
626
626
type: boolean
627
+
fsGroup:
628
+
description: Supplementary group ID. Volumes that support ownership management are modified to be owned and writable by this ID.
629
+
type: string
630
+
fsGroupChangePolicy:
631
+
description:
632
+
'Defines behavior for changing ownership and permission of the volume before being exposed inside a Pod. This field only applies to volume types that support fsGroup controlled ownership and permissions.
633
+
This field has two possible values:
634
+
OnRootMismatch: Only change permissions and ownership if permission and ownership of root directory does not match with expected permissions of the volume. This could help shorten the time it takes to change ownership and permission of a volume.
635
+
Always: Always change permission and ownership of the volume when volume is mounted.'
636
+
enum:
637
+
- null
638
+
- Always
639
+
- OnRootMismatch
627
640
description: Security context for the pod.
628
641
title: Pod security context
629
642
# just commenting podSecurityContext out here is required to make form work
0 commit comments