You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/skaffold/app/cmd/flags.go
-13
Original file line number
Diff line number
Diff line change
@@ -470,19 +470,6 @@ var flagRegistry = []Flag{
470
470
FlagAddMethod: "IntVar",
471
471
DefinedOn: []string{"dev", "debug"},
472
472
},
473
-
{
474
-
Name: "add-skaffold-labels",
475
-
Usage: "Add Skaffold-specific labels to rendered manifest. Custom labels will still be applied. Helpful for GitOps model where Skaffold is not the deployer.",
0 commit comments