Skip to content

Commit 4953db3

Browse files
committed
jobservice command in helm chart
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent 0afeb7d commit 4953db3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

infra/charts/feast/charts/feast-jobservice/templates/deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ spec:
7575
{{- end }}
7676

7777
command:
78-
- feast
78+
- python
79+
- "-m"
80+
- "feast.cli"
7981
- server
8082
ports:
8183
- name: http

0 commit comments

Comments
 (0)