Skip to content

Commit

Permalink
Substitute user/group ids at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkingit committed Aug 4, 2020
1 parent aa025b2 commit e22e84f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/job/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ spec:
spec:
serviceAccountName: razeedeploy-sa
securityContext:
runAsUser: {{{NODE_USER_ID}}}
runAsGroup: {{{NODE_GROUP_ID}}}
fsGroup: {{{NODE_GROUP_ID}}}
runAsUser: <%NODE_USER_ID%>
runAsGroup: <%NODE_GROUP_ID%>
fsGroup: <%NODE_GROUP_ID%>
containers:
containers:
- name: razeedeploy-job
Expand Down

0 comments on commit e22e84f

Please sign in to comment.