Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeJu committed Sep 23, 2022
1 parent 8c745f5 commit 586d6f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ spec:
securityContext:
seLinuxOptions:
role: "RunAsUser"
runAsUser: 1000
runAsGroup: 3000
fsGroup: 2000
runAsGroup: 65535
fsGroup: 65535
supplementalGroups: 65535
---
apiVersion: v1
kind: Service
Expand Down
3 changes: 3 additions & 0 deletions config/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ spec:
securityContext:
seLinuxOptions:
role: "RunAsUser"
runAsGroup: 65535
fsGroup: 65535
supplementalGroups: 65535
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 586d6f0

Please sign in to comment.