Skip to content

Commit 3f90f99

Browse files
authored
fix(cli): Fix for removing auto generated tag for applicationset command (#22446)
Signed-off-by: anandf <[email protected]>
1 parent a916289 commit 3f90f99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/argocd-applicationset-controller/commands/applicationset_controller.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ func NewCommand() *cobra.Command {
8383
_ = clientgoscheme.AddToScheme(scheme)
8484
_ = appv1alpha1.AddToScheme(scheme)
8585
command := cobra.Command{
86-
Use: cliName,
87-
Short: "Starts Argo CD ApplicationSet controller",
86+
Use: cliName,
87+
Short: "Starts Argo CD ApplicationSet controller",
88+
DisableAutoGenTag: true,
8889
RunE: func(c *cobra.Command, _ []string) error {
8990
ctx := c.Context()
9091

docs/operator-manual/server-commands/argocd-applicationset-controller.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)