Skip to content

Commit

Permalink
Fix sandbox endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <david [email protected]>
  • Loading branch information
davidmirror-ops committed Mar 6, 2024
1 parent fd42f65 commit f816edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/flyte-core/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ storage:
region: us-east-1
signedUrl:
stowConfigOverride:
endpoint: http://localhost:30084
endpoint: http://minio.{{ .Release.Namespace }}.svc.cluster.local:9000
{{- else if eq .Values.storage.type "custom" }}
{{- with .Values.storage.custom -}}
{{ tpl (toYaml .) $ | nindent 2 }}
Expand Down

0 comments on commit f816edb

Please sign in to comment.