Skip to content

Commit

Permalink
Update _helpers.tpl (airbytehq#8776)
Browse files Browse the repository at this point in the history
  • Loading branch information
cina-pm authored Dec 14, 2021
1 parent 3d9af64 commit 8c84e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Add environment variables to configure minio
*/}}
{{- define "airbyte.minio.endpoint" -}}
{{- if .Values.logs.minio.enabled -}}
{{- printf "http://%s:%s" (include "airbyte.minio.fullname" .) 9000 -}}
{{- printf "http://%s:%s" (include "airbyte.minio.fullname" .) "9000" -}}
{{- else if .Values.logs.externalMinio.enabled -}}
{{- printf "http://%s:%s" .Values.logs.externalMinio.host .Values.logs.externalMinio.port -}}
{{- else -}}
Expand Down

0 comments on commit 8c84e14

Please sign in to comment.