diff --git a/infra/charts/feast/charts/feast-jobservice/templates/deployment.yaml b/infra/charts/feast/charts/feast-jobservice/templates/deployment.yaml index 2e5045d229..701b646533 100644 --- a/infra/charts/feast/charts/feast-jobservice/templates/deployment.yaml +++ b/infra/charts/feast/charts/feast-jobservice/templates/deployment.yaml @@ -75,7 +75,9 @@ spec: {{- end }} command: - - feast + - python + - "-m" + - "feast.cli" - server ports: - name: http