Skip to content

Commit

Permalink
Fixed incorrect security context reference in init job (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang authored Feb 12, 2022
1 parent 25ef55e commit 730b28a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions galaxy/templates/jobs-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ spec:
checksum/galaxy_extras: {{ include (print $.Template.BasePath "/configmap-extra-files.yaml") . | sha256sum }}
spec:
securityContext:
runAsUser: {{ .Values.setupJob.runAsUser }}
runAsGroup: 101
fsGroup: 101
{{- toYaml .Values.setupJob.securityContext | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 730b28a

Please sign in to comment.