Skip to content

Commit bdee2d1

Browse files
authored
Merge pull request #357 from ChristopherFry/cfry/guestbook-client-validation
fix: remove client-side validation from example guestbook operator
2 parents b100154 + 4ba6f8a commit bdee2d1

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)