Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
loomts committed Nov 7, 2024
1 parent c989174 commit b9c2861
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion addons-cluster/clickhouse/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Define clickhouse keeper componentSpec with ComponentDefinition.
- name: ch-keeper
componentDef: clickhouse-keeper-24
replicas: {{ .Values.keeper.replicaCount }}
disableExporter: {{ $.Values.keeper.disableExporter | default "false" }}
disableExporter: {{ $.Values.disableExporter | default "false" }}
{{- with .Values.keeper.tolerations }}
tolerations: {{ .| toYaml | nindent 4 }}
{{- end }}
Expand Down
1 change: 0 additions & 1 deletion addons-cluster/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ keeper:
memory: 2
storage: 10
tolerations: []
disableExporter: false

## Service configurations
service:
Expand Down

0 comments on commit b9c2861

Please sign in to comment.