Skip to content

Commit

Permalink
update...
Browse files Browse the repository at this point in the history
  • Loading branch information
cachemeoutside committed Nov 28, 2023
1 parent ae34207 commit f7b3aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/templates/deployment-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
- name: {{ .Chart.Name }}
command: ["bin/delayed_job", "run"]
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit f7b3aec

Please sign in to comment.