Skip to content

Commit

Permalink
fix: move allowPrivilegeEscalation into correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed Mar 6, 2024
1 parent 1435bde commit cb5d3f2
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 cb5d3f2

Please sign in to comment.