Skip to content

Commit

Permalink
Inherit security context
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Dec 2, 2021
1 parent fad7183 commit 39fddcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions galaxy/templates/cronjob-maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ spec:
template:
spec:
securityContext:
runAsUser: 101
runAsGroup: 101
fsGroup: 101
{{- toYaml .Values.securityContext | nindent 12 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 16 }}
Expand Down

0 comments on commit 39fddcd

Please sign in to comment.