Skip to content

Commit 6f4988b

Browse files
committed
refactor: Remove namespace sync default source namespace
1 parent 5c1e9a9 commit 6f4988b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/namespacesync/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (o *Options) AddFlags(flags *pflag.FlagSet) {
3232
pflag.CommandLine.StringVar(
3333
&o.SourceNamespace,
3434
"namespacesync-source-namespace",
35-
corev1.NamespaceDefault,
35+
"",
3636
"Namespace from which ClusterClasses and Templates are copied.",
3737
)
3838

0 commit comments

Comments
 (0)