Skip to content

Commit

Permalink
Update secret-studio.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jun 4, 2024
1 parent de6a23c commit 13299c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/studio/templates/secret-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,9 @@ 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?secure=False
DVCX_CH_DSN: >
clickhouse+native://
{{ .Values.clickhouse.auth.username }}:{{ .Values.clickhouse.auth.password }}@
{{ .Values.clickhouse.fullnameOverride }}.{{ .Release.Namespace }}.svc.cluster.local/
default?secure=False
{{- end }}

0 comments on commit 13299c7

Please sign in to comment.