Skip to content

Commit 4ba6f8a

Browse files
fix: remove client-side validation from example guestbook operator
1 parent 96dd7e1 commit 4ba6f8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/guestbook-operator/controllers/guestbook_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ func (r *GuestbookReconciler) setupReconciler(mgr ctrl.Manager) error {
6262
declarative.WithApplyKustomize(),
6363

6464
// Add other optional options for testing
65-
declarative.WithApplyValidation(),
6665
declarative.WithReconcileMetrics(0, nil),
6766
)
6867
}

0 commit comments

Comments
 (0)