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
# Valid values are share|selector|defaultStorageClass|volume|volumeClaimTemplate|dynamic
84
+
# To get up-and-running quickly, for development or testing, use "defaultStorageClass" for a dynamically provisioned volume of the default storage class.
85
+
mode: "volume"
86
+
87
+
# Only used if mode is set to "volume"
88
+
# Provide an explicit volume to use
89
+
volume:
90
+
# If set an init container (running as root) will be added that runs:
91
+
# `chown -R <securityContext.fsUser>:<securityContext.fsGroup>` AND `chmod -R g+rwx`
92
+
# on the volume. This is useful for some filesystems (e.g. NFS) where Kubernetes fsUser or fsGroup settings are not respected
93
+
setOwnerAndGroupWritableFilePermissions: false
94
+
95
+
# Example (using a specific Persistent Volume Claim)
0 commit comments