mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 01:08:33 +00:00
This commit is contained in:
parent
f491540636
commit
bf99b251f8
1 changed files with 3 additions and 2 deletions
|
|
@ -133,8 +133,9 @@ func initializeDefaultProject(opts ArgoCDServerOpts) error {
|
|||
defaultProj := &v1alpha1.AppProject{
|
||||
ObjectMeta: metav1.ObjectMeta{Name: common.DefaultAppProjectName, Namespace: opts.Namespace},
|
||||
Spec: v1alpha1.AppProjectSpec{
|
||||
SourceRepos: []string{"*"},
|
||||
Destinations: []v1alpha1.ApplicationDestination{{Server: "*", Namespace: "*"}},
|
||||
SourceRepos: []string{"*"},
|
||||
Destinations: []v1alpha1.ApplicationDestination{{Server: "*", Namespace: "*"}},
|
||||
ClusterResourceWhitelist: []metav1.GroupKind{{Group: "*", Kind: "*"}},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue