Skip to content

Commit

Permalink
Add TODO for removing fsGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
hasheddan committed Jun 3, 2020
1 parent 067d24a commit 5bb012d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/package/manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spec:
core.crossplane.io/name: "provider-aws"
spec:
securityContext:
# TODO(hasheddan): this can be removed when there is no desire
# to support pre-v1.19 Kubernetes clusters
# https://github.com/kubernetes/enhancements/pull/1598
# https://github.com/aws/amazon-eks-pod-identity-webhook/issues/8
fsGroup: 65534
containers:
- name: "provider-aws-controller"
Expand Down

0 comments on commit 5bb012d

Please sign in to comment.