Skip to content

Commit

Permalink
EKS IAM role token fix
Browse files Browse the repository at this point in the history
  • Loading branch information
donomur committed Feb 20, 2020
1 parent 200f422 commit b6afa95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/roles/kubernetes/templates/deployment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ spec:
service: django
app: {{ kubernetes_deployment_name }}
spec:
securityContext:
fsGroup: 65534
serviceAccountName: awx
terminationGracePeriodSeconds: 10
{% if custom_venvs is defined %}
Expand Down

0 comments on commit b6afa95

Please sign in to comment.