File tree 3 files changed +0
-10
lines changed
3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 18
18
{ {- else -} }
19
19
- name: CLICKHOUSE_HOST
20
20
value: { { required " externalClickhouse.host is required if not clickhouse.enabled" .Values.externalClickhouse.host | quote } }
21
- - name: CLICKHOUSE_PORT
22
- value: { { .Values.externalClickhouse.port | quote } }
23
21
- name: CLICKHOUSE_CLUSTER
24
22
value: { { required " externalClickhouse.cluster is required if not clickhouse.enabled" .Values.externalClickhouse.cluster | quote } }
25
23
- name: CLICKHOUSE_DATABASE
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ should render with external clickhouse:
34
34
1 : |
35
35
- name : CLICKHOUSE_HOST
36
36
value : foo .bar .net
37
- - name : CLICKHOUSE_PORT
38
- value : " 9000"
39
37
- name : CLICKHOUSE_CLUSTER
40
38
value : somecluster
41
39
- name : CLICKHOUSE_DATABASE
@@ -52,8 +50,6 @@ should render with external clickhouse with more custom settings:
52
50
1 : |
53
51
- name : CLICKHOUSE_HOST
54
52
value : foo .bar .net
55
- - name : CLICKHOUSE_PORT
56
- value : " 9000"
57
53
- name : CLICKHOUSE_CLUSTER
58
54
value : customCluster
59
55
- name : CLICKHOUSE_DATABASE
@@ -70,8 +66,6 @@ should render with external clickhouse with secrets:
70
66
1 : |
71
67
- name : CLICKHOUSE_HOST
72
68
value : foo .bar .net
73
- - name : CLICKHOUSE_PORT
74
- value : " 9000"
75
69
- name : CLICKHOUSE_CLUSTER
76
70
value : somecluster
77
71
- name : CLICKHOUSE_DATABASE
Original file line number Diff line number Diff line change @@ -737,8 +737,6 @@ clickhouse:
737
737
externalClickhouse :
738
738
# -- Host of the external cluster. This is required when clickhouse.enabled is false
739
739
host :
740
- # -- Port of the external cluster.
741
- port : 9000
742
740
# -- Name of the external cluster to run DDL queries on. This is required when clickhouse.enabled is false
743
741
cluster :
744
742
# -- Database name for the external cluster
You can’t perform that action at this time.
0 commit comments