Skip to content

Commit

Permalink
Merge pull request #357 from ChristopherFry/cfry/guestbook-client-val…
Browse files Browse the repository at this point in the history
…idation

fix: remove client-side validation from example guestbook operator
  • Loading branch information
k8s-ci-robot committed Oct 25, 2023
2 parents b100154 + 4ba6f8a commit bdee2d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func (r *GuestbookReconciler) setupReconciler(mgr ctrl.Manager) error {
declarative.WithApplyKustomize(),

// Add other optional options for testing
declarative.WithApplyValidation(),
declarative.WithReconcileMetrics(0, nil),
)
}
Expand Down

0 comments on commit bdee2d1

Please sign in to comment.