From 9541c3ba968e081b66f3a566abaa62584f7ae16e Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Mon, 26 Aug 2024 17:06:32 +0200 Subject: [PATCH] Flags: Update `enable-annotation-validation` docs. --- pkg/flags/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/flags/flags.go b/pkg/flags/flags.go index 5a1ab0aa9..b80b8e416 100644 --- a/pkg/flags/flags.go +++ b/pkg/flags/flags.go @@ -159,7 +159,7 @@ Requires the update-status parameter.`) `Prefix of the Ingress annotations specific to the NGINX controller.`) enableAnnotationValidation = flags.Bool("enable-annotation-validation", true, - `If true, will enable the annotation validation feature. This value will be defaulted to true on a future release`) + `If true, will enable the annotation validation feature. Defaults to true`) enableSSLChainCompletion = flags.Bool("enable-ssl-chain-completion", false, `Autocomplete SSL certificate chains with missing intermediate CA certificates.