Skip to content

Commit

Permalink
Update pkg/controller/statefulset/statefulset_controller_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Riederer <[email protected]>
  • Loading branch information
jabdoa2 and toelke authored May 1, 2024
1 parent 532fb89 commit ea5e276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/statefulset/statefulset_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ var _ = Describe("StatefulSet controller Suite", func() {
annotations[core.RequiredAnnotation] = "true"
statefulset.SetAnnotations(annotations)

// Create a deployment and wait for it to be reconciled
// Create a statefulset and wait for it to be reconciled
clearReconciled()
m.Create(statefulset).Should(Succeed())
waitForStatefulSetReconciled(statefulset)
Expand Down

0 comments on commit ea5e276

Please sign in to comment.