Skip to content

Commit

Permalink
update houston worker command args (#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Mar 26, 2024
1 parent 8b586a3 commit 67c6e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
command:
{{- toYaml .Values.houston.worker.command | nindent 12 }}
{{ else }}
command: ["yarn", "worker"]
command: ["/bin/sh", "-c", "update-ca-certificates;yarn worker"]
{{- end }}
{{- if .Values.houston.worker.args }}
args:
Expand Down
2 changes: 1 addition & 1 deletion charts/astronomer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ images:
pullPolicy: IfNotPresent

securityContext:
runAsNonRoot: true
runAsNonRoot: true

astroUI:
replicas: 2
Expand Down

0 comments on commit 67c6e2d

Please sign in to comment.