Skip to content

Commit

Permalink
fix: update tolerations case
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Nov 25, 2024
1 parent f6d2c59 commit 8f62e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/clickhouse-eks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: clickhouse-eks
description: A Helm chart for ClickHouse running on AWS EKS across AZs using a nodeSelector to pin resources to run on specific VMs types
type: application
version: 0.1.5
version: 0.1.6
appVersion: "1.16.0"
4 changes: 2 additions & 2 deletions charts/clickhouse-eks/templates/chi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ spec:
node.kubernetes.io/instance-type: {{ $.Values.clickhouse.node_selector }}
tolerations:
- key: "dedicated"
operator: "EQUAL"
operator: "Equal"
value: "clickhouse"
effect: "NO_SCHEDULE"
effect: "NoSchedule"
{{- end }}
volumeClaimTemplates:
- name: storage
Expand Down

0 comments on commit 8f62e63

Please sign in to comment.