Skip to content

Commit

Permalink
Merge pull request #1585 from johannesfrey/move-allowprivilegeescalation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Mar 6, 2024
2 parents 1435bde + cb5d3f2 commit 416b991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/eks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ syncer:
priorityClassName: ""
kubeConfigContextName: "my-vcluster"
# Security context configuration
securityContext: {}
podSecurityContext:
securityContext:
allowPrivilegeEscalation: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
serviceAnnotations: {}
Expand Down
4 changes: 2 additions & 2 deletions charts/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ syncer:
priorityClassName: ""
kubeConfigContextName: "my-vcluster"
# Security context configuration
securityContext: {}
podSecurityContext:
securityContext:
allowPrivilegeEscalation: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
serviceAnnotations: {}
Expand Down

0 comments on commit 416b991

Please sign in to comment.