Skip to content

Commit

Permalink
OCM-11400 | fix: registry config platform allowlist should hide from …
Browse files Browse the repository at this point in the history
…help

Signed-off-by: Maggie Chen <magchen@redhat.com>
  • Loading branch information
chenz4027 authored and openshift-cherrypick-robot committed Sep 24, 2024
1 parent 89bef1e commit 9ddb8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clusterregistryconfig/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func AddClusterRegistryConfigFlags(cmd *cobra.Command) *ClusterRegistryConfigArg
"A reference to the id of the list of registries that needs to be whitelisted for the platform to work. "+
"It can be omitted at creation and updating and its lifecycle can be managed separately if needed.",
)
cmd.Flags().MarkHidden("platform-allowlist")
cmd.Flags().MarkHidden(platformAllowlistFlag)

cmd.Flags().StringVar(
&args.additionalTrustedCa,
Expand Down

0 comments on commit 9ddb8a5

Please sign in to comment.