gitops-engine
gitops-engine copied to clipboard
kindOrder misses several Object Kinds later added in Helm
kindOrder references https://github.com/helm/helm/blob/master/pkg/tiller/kind_sorter.go which is now probably: https://github.com/helm/helm/blob/ab12382ddcd3a27a974b45ed96e47697de221244/pkg/releaseutil/kind_sorter.go#L31 which lists a few more Kind values as are currently listed in: https://github.com/argoproj/gitops-engine/blob/4eb3ca3feefbd6aa3cd800ef6a6ba396b8e70f05/pkg/sync/sync_tasks.go#L22
Looks like Argo needs to update the kindOrder to match Helm again!
@alexmt This issue is fixed with PR https://github.com/argoproj/gitops-engine/pull/309, right?