File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ The command removes all the Kubernetes components associated with the chart and
152
152
| ` containerPorts.console ` | MinIO® ; container port to open for MinIO® ; Console | ` 9001 ` |
153
153
| ` podSecurityContext.enabled ` | Enable pod Security Context | ` true ` |
154
154
| ` podSecurityContext.fsGroup ` | Group ID for the container | ` 1001 ` |
155
+ | ` podSecurityContext.fsGroupChangePolicy ` | When K8s should preform chown on attached volumes | ` OnRootMismatch ` |
155
156
| ` containerSecurityContext.enabled ` | Enabled containers' Security Context | ` true ` |
156
157
| ` containerSecurityContext.runAsUser ` | Set containers' Security Context runAsUser | ` 1001 ` |
157
158
| ` containerSecurityContext.runAsNonRoot ` | Set container's Security Context runAsNonRoot | ` true ` |
@@ -540,4 +541,4 @@ Unless required by applicable law or agreed to in writing, software
540
541
distributed under the License is distributed on an "AS IS" BASIS,
541
542
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
542
543
See the License for the specific language governing permissions and
543
- limitations under the License.
544
+ limitations under the License.
Original file line number Diff line number Diff line change @@ -436,10 +436,12 @@ containerPorts:
436
436
# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
437
437
# # @param podSecurityContext.enabled Enable pod Security Context
438
438
# # @param podSecurityContext.fsGroup Group ID for the container
439
+ # # @param podSecurityContext.fsGroupChangePolicy When K8s should preform chown on attached volumes
439
440
# #
440
441
podSecurityContext :
441
442
enabled : true
442
443
fsGroup : 1001
444
+ fsGroupChangePolicy : " OnRootMismatch"
443
445
# # MinIO® container Security Context
444
446
# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
445
447
# # @param containerSecurityContext.enabled Enabled containers' Security Context
You can’t perform that action at this time.
0 commit comments