Skip to content

Commit

Permalink
Merge pull request #178 from fluxcd/aws-fix
Browse files Browse the repository at this point in the history
Add fsGroup to security context
  • Loading branch information
stefanprodan authored Nov 19, 2020
2 parents c584ec0 + 1a0836b commit d854a83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
prometheus.io/port: "8080"
spec:
terminationGracePeriodSeconds: 10
# Required for AWS IAM Role bindings
# https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html
securityContext:
fsGroup: 1337
containers:
- name: manager
image: fluxcd/kustomize-controller
Expand Down

0 comments on commit d854a83

Please sign in to comment.