Skip to content

Commit

Permalink
fix: set security context runAsGroup to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
yabinji committed Mar 12, 2024
1 parent b273429 commit 65cf7e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/mogdb/templates/clusterdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ spec:
shareProcessNamespace: true
securityContext:
runAsUser: 0
fsGroup: 103
runAsGroup: 103
runAsGroup: 0
containers:
- name: mogdb
imagePullPolicy: {{ default .Values.image.pullPolicy "IfNotPresent" }}
Expand Down

0 comments on commit 65cf7e0

Please sign in to comment.