mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #5245 from yedayak/customization-typo
Fix typo in help for the create subcommand
This commit is contained in:
@@ -61,7 +61,7 @@ func NewCmdCreate(fSys filesys.FileSystem, rf *resource.Factory) *cobra.Command
|
|||||||
&opts.namespace,
|
&opts.namespace,
|
||||||
"namespace",
|
"namespace",
|
||||||
"",
|
"",
|
||||||
"Set the value of the namespace field in the customization file.")
|
"Set the value of the namespace field in the kustomization file.")
|
||||||
c.Flags().StringVar(
|
c.Flags().StringVar(
|
||||||
&opts.annotations,
|
&opts.annotations,
|
||||||
"annotations",
|
"annotations",
|
||||||
|
|||||||
Reference in New Issue
Block a user