Skip to content

Commit

Permalink
feat: update fsGroupChangePolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 10, 2025
1 parent 30ba288 commit f215d7b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
topologySpreadConstraints:
- maxSkew: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
affinity:
nodeAffinity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
topologySpreadConstraints:
- maxSkew: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
topologySpreadConstraints:
- maxSkew: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
topologySpreadConstraints:
- maxSkew: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
affinity:
nodeAffinity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
topologySpreadConstraints:
- maxSkew: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
topologySpreadConstraints:
- maxSkew: 1
Expand Down

0 comments on commit f215d7b

Please sign in to comment.