Skip to content

Commit

Permalink
Revert "Fix path to DVCX script"
Browse files Browse the repository at this point in the history
This reverts commit 4e4e04a.
  • Loading branch information
Jesper Svendsen committed Aug 11, 2023
1 parent 4e4e04a commit 973ef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/studio/templates/deployment-studio-dvcx-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
{{- toYaml .Values.studioDvcxWorker.securityContext | nindent 12 }}
image: "{{ .Values.studioDvcxWorker.image.repository }}:{{ .Values.studioDvcxWorker.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.studioDvcxWorker.image.pullPolicy }}
args: ["/app/bin/worker_runners/dql-udf.sh"]
args: ["/app/bin/run_celery_worker_udf.sh"]
resources:
{{- toYaml .Values.studioDvcxWorker.resources | nindent 12 }}
env:
Expand Down

0 comments on commit 973ef39

Please sign in to comment.