Skip to content

Commit

Permalink
Merge pull request #19 from fiverr/consolidating_fix
Browse files Browse the repository at this point in the history
removing consolidated conditions
  • Loading branch information
michaelkorofiverr authored Dec 3, 2024
2 parents 6b356d6 + f2fd409 commit ed112f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter_nodes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: karpenter_nodes
version: 1.1.4
version: 1.1.5
description: A Helm chart for generating NodeClasses and NodePools for Karpenter
maintainers:
- name: nadavbuc
2 changes: 0 additions & 2 deletions charts/karpenter_nodes/templates/nodepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ spec:
expireAfter: {{ $v.expireAfter | default $.Values.expireAfter }}
disruption:
consolidationPolicy: {{$v.consolidationPolicy | default $.Values.consolidationPolicy}}
{{- if eq ($v.consolidationPolicy | default $.Values.consolidationPolicy) "WhenEmpty" }}
consolidateAfter: {{ $v.consolidateAfter | default $.Values.consolidateAfter }}
{{- end }}
{{- if $v.budgets }}
budgets:
{{- toYaml $v.budgets | nindent 6 }}
Expand Down

0 comments on commit ed112f8

Please sign in to comment.