Skip to content

Commit

Permalink
the newline slash was causing problems?
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Oct 30, 2022
1 parent ebc962f commit 35b4e56
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions charts/hypha/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ spec:
command: ["/bin/sh", "-c"]
args:
- >
python -m hypha.server \
--host=0.0.0.0 \
--port={{ .Values.service.port}} \
--enable-server-apps \
--in-docker \
--enable-s3 \
--public-base-url={{ .Values.imjoyHostName }} \
--endpoint-url=http://{{ .Values.minio.fullnameOverride }}:{{.Values.minio.service.port}} \
--endpoint-url-public={{ $S3_ENDPOINT_URL_PUBLIC }} \
--secret-access-key={{ $S3_SECRET_KEY }} \
python -m hypha.server
--host=0.0.0.0
--port={{ .Values.service.port}}
--enable-server-apps
--in-docker
--enable-s3
--public-base-url={{ .Values.imjoyHostName }}
--endpoint-url=http://{{ .Values.minio.fullnameOverride }}:{{.Values.minio.service.port}}
--endpoint-url-public={{ $S3_ENDPOINT_URL_PUBLIC }}
--secret-access-key={{ $S3_SECRET_KEY }}
--apps-dir=/home/hypha-apps
--executable-path=/home/bin
{{- if (index .Values "tritoninfereceserver-hypha" "enabled") }}
Expand Down

0 comments on commit 35b4e56

Please sign in to comment.