Skip to content

Commit

Permalink
query configmap added allow_insecure (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Xie <[email protected]>
  • Loading branch information
pengye91 and Tom Xie authored Apr 8, 2023
1 parent d0573fd commit 7bc63c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/databend-query/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ data:
[storage]
storage_type = {{ $storageType | quote }}
allow_insecure = {{ .Values.config.storage.allow_insecure | default false }}
{{- if eq $storageType "s3"}}
[storage.s3]
Expand Down

0 comments on commit 7bc63c4

Please sign in to comment.