Skip to content

Commit

Permalink
feat(minio): run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed Sep 21, 2024
1 parent 65c5bea commit 76b9507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/minio/minio/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: {drop: ["ALL"]}
capabilities: { drop: ["ALL"] }
resources:
requests:
cpu: 100m
Expand All @@ -76,7 +76,7 @@ spec:
fsGroup: 1024
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [10000]
seccompProfile: {type: RuntimeDefault}
seccompProfile: { type: RuntimeDefault }
service:
app:
controller: minio
Expand Down

0 comments on commit 76b9507

Please sign in to comment.