Skip to content

Commit

Permalink
fixup! add functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko authored and jonathan-innis committed Aug 2, 2024
1 parent e29a9ff commit 2999c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/node/termination/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ var _ = Describe("Termination", func() {
OwnerReferences: defaultOwnerRefs,
},
Tolerations: []corev1.Toleration{{
Key: v1.DisruptionTaintKey,
Key: v1.DisruptedTaintKey,
Operator: corev1.TolerationOpExists,
}},
PersistentVolumeClaims: []string{pvc.Name},
Expand Down

0 comments on commit 2999c22

Please sign in to comment.