Skip to content

Commit

Permalink
Fix ToBeDeletedTaint on csi-node
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Vasilenko <[email protected]>
(cherry picked from commit f8216a6)
  • Loading branch information
mvasl committed Dec 9, 2024
1 parent 0f34892 commit 052b310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/helm_lib/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
type: library
name: deckhouse_lib_helm
version: 1.37.0
version: 1.37.1
description: "Helm utils template definitions for Deckhouse modules."
1 change: 0 additions & 1 deletion charts/helm_lib/templates/_node_affinity.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ tolerations:
{{- define "_helm_lib_additional_tolerations_no_csi" }}
- key: ToBeDeletedTaint
operator: "Exists"
effect: "NoSchedule"
- key: node.deckhouse.io/csi-not-bootstrapped
operator: "Exists"
effect: "NoSchedule"
Expand Down

0 comments on commit 052b310

Please sign in to comment.