Azure / gitops-connector

A GitOps Connector integrates a GitOps operator with CI/CD orchestrator
MIT License
124 stars 31 forks source link

Gitops-connector only support 1 kustomization per gitops repo #40

Closed scottunik closed 4 weeks ago

scottunik commented 1 year ago

Does the gitops-connector only support 1 kustomization per gitops repo.

Our workflow has multiple Kustomization per gitops repo. When running multiple kustomization the dev kustomization event triggers the staging kustomization and vice versa.

eedorenko commented 1 year ago

No. It doesn't support multiple git repositories, but number of kustomizations per gitops repo doesn't matter. Could you please provide more details on your use case?