Skip to content

Commit

Permalink
Add DQL_UDF_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Svendsen committed Aug 11, 2023
1 parent 973ef39 commit 6486b8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/studio/templates/configmap-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ data:
{{- $dvcx := .Values.global.dvcx | default dict }}
{{- $dvcxClickhouse := $dvcx.clickhouse | default dict }}
DQL_ENABLED: {{ $dvcx.enabled | default "False" | quote }}
DQL_UDF_ENABLED: {{ $dvcx.udfEnabled | default "False" | quote }}
DVCX_ENABLED: {{ $dvcx.enabled | default "False" | quote }}
DVCX_UDF_ENABLED: {{ $dvcx.udfEnabled | default "False" | quote }}

DQL_ROOT_DIR: {{ $dvcx.rootDir | default "/tmp" | quote }}
DQL_CH_HOST: {{ $dvcxClickhouse.host | default "" | quote }}
DQL_CH_DATABASE: {{ $dvcxClickhouse.database | default "" | quote }}
Expand Down

0 comments on commit 6486b8d

Please sign in to comment.