Skip to content

Commit

Permalink
Disable TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jun 2, 2024
1 parent 0dc4467 commit 02a363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/studio/templates/secret-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ stringData:
{{- if $dvcxClickhouse.dsn }}
DVCX_CH_DSN: {{ $dvcxClickhouse.dsn | quote }}
{{- else if .Values.clickhouse.enabled }}
DVCX_CH_DSN: clickhouse+native://default:{{ .Values.clickhouse.auth.password }}@{{ .Values.clickhouse.fullnameOverride }}.{{ .Release.Namespace }}.svc.cluster.local/default
DVCX_CH_DSN: clickhouse+native://default:{{ .Values.clickhouse.auth.password }}@{{ .Values.clickhouse.fullnameOverride }}.{{ .Release.Namespace }}.svc.cluster.local/default?secure=False
{{- end }}

0 comments on commit 02a363a

Please sign in to comment.