Skip to content

Commit

Permalink
small bug in hypha
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Oct 26, 2023
1 parent e5f97e3 commit 5c85b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hypha/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
--endpoint-url-public={{ $S3_ENDPOINT_URL_PUBLIC }} \
--access-key-id={{ $S3_ACCESS_KEY }} \
--secret-access-key={{ $S3_SECRET_KEY }} \
--executable-path={{ .Values.executablePath }}
--executable-path={{ .Values.executablePath }} \
--enable-server-apps \
--apps-dir={{ .Values.appsDir }} \
--public-base-url={{ .Values.imjoyHostName }} \
Expand Down

0 comments on commit 5c85b67

Please sign in to comment.