Skip to content

Commit

Permalink
[CX-2634]: Nodepool doesn't scale down (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoonstra authored Apr 3, 2024
1 parent 27cf34c commit aa29d77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datafold/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: datafold
description: Helm chart package to deploy Datafold on kubernetes.
type: application
version: 0.5.13
version: 0.5.14
appVersion: "1.0.0"
icon: https://www.datafold.com/logo.png

Expand Down
2 changes: 2 additions & 0 deletions charts/datafold/templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if (eq .Values.global.cloudProvider "gcp") }}
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
Expand All @@ -7,3 +8,4 @@ spec:
selector:
matchLabels:
k8s-app: kube-dns
{{- end }}

0 comments on commit aa29d77

Please sign in to comment.