Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kavindu Dodanduwa <[email protected]>
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT and Kavindu-Dodan authored Apr 26, 2024
1 parent 5be6a25 commit 6ebed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func main() {

if env.FlagsValidationEnabled {
if err = (&corev1beta1.FeatureFlag{}).SetupWebhookWithManager(mgr); err != nil {
setupLog.Error(err, "unable to create webhook", "webhook", "FeatureFlag")
setupLog.Error(err, "unable to create the validation webhook for FeatureFlag CRD", "webhook", "FeatureFlag")
os.Exit(1)
}
}
Expand Down

0 comments on commit 6ebed6a

Please sign in to comment.