Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
[skip ci] Update .gitignore (#222)
Browse files Browse the repository at this point in the history
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
  • Loading branch information
jeffoverflow authored Sep 3, 2021
1 parent 6bbd66f commit 67e938a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.idea/
.DS_Store
*.sw[po]

9 changes: 3 additions & 6 deletions charts/milvus/templates/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,18 @@ minio:
secretAccessKey: {{ .Values.externalS3.secretKey }}
useSSL: {{ .Values.externalS3.useSSL }}
bucketName: {{ .Values.externalS3.bucketName }}
{{- else if .Values.minio.gcsgateway.enabled }}
{{- else }}
address: {{ .Release.Name }}-{{ .Values.minio.name }}
port: {{ .Values.minio.service.port }}
accessKeyID: {{ .Values.minio.accessKey }}
secretAccessKey: {{ .Values.minio.secretKey }}
useSSL: {{ .Values.minio.tls.enabled }}
{{- if .Values.minio.gcsgateway.enabled }}
bucketName: {{ .Values.externalGcs.bucketName }}
{{- else }}
address: {{ .Release.Name }}-{{ .Values.minio.name }}
port: {{ .Values.minio.service.port }}
accessKeyID: {{ .Values.minio.accessKey }}
secretAccessKey: {{ .Values.minio.secretKey }}
useSSL: {{ .Values.minio.tls.enabled }}
bucketName: "milvus-bucket"
{{- end }}
{{- end }}

pulsar:
{{- if .Values.externalPulsar.enabled }}
Expand Down

0 comments on commit 67e938a

Please sign in to comment.