Skip to content

Commit ead796e

Browse files
authored
Merge pull request #541 from darkdoc/fix_default_argocd
Revert "Disable default ArgoCD instance"
2 parents 63d42be + 1b7a614 commit ead796e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

internal/controller/subscription.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ func newSubscriptionFromConfigMap(r kubernetes.Interface) (*operatorv1alpha1.Sub
6565
Name: "ARGOCD_CLUSTER_CONFIG_NAMESPACES",
6666
Value: "*",
6767
},
68-
{
69-
Name: "DISABLE_DEFAULT_ARGOCD_INSTANCE",
70-
Value: "true",
71-
},
7268
},
7369
},
7470
}

0 commit comments

Comments
 (0)