We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8343c8 commit bef81ebCopy full SHA for bef81eb
charts/clickhouse/templates/statefulset-clickhouse-replica.yaml
@@ -153,6 +153,10 @@ spec:
153
items:
154
- key: config.xml
155
path: config.xml
156
+ {{- if .Values.clickhouse.configmap.configOverride }}
157
+ - key: override.xml
158
+ path: override.xml
159
+ {{- end }}
160
- name: {{ include "clickhouse.fullname" . }}-metrica
161
configMap:
162
name: {{ include "clickhouse.fullname" . }}-metrica
@@ -166,10 +170,6 @@ spec:
166
170
- key: users.xml
167
171
path: users.xml
168
172
{{- end }}
169
- {{- if .Values.clickhouse.configmap.configOverride }}
- - key: override.xml
- path: override.xml
- {{- end }}
173
{{- if .Values.clickhouse.volumes }}
174
{{ toYaml .Values.clickhouse.volumes | indent 6 }}
175
0 commit comments