Argo CD
kindによるSyncの優先度
https://argo-cd.readthedocs.io/en/stable/user-guide/sync-waves/#how-does-it-work
https://github.com/argoproj/gitops-engine/blob/bc9ce5764fa306f58cf59199a94f6c968c775a2d/pkg/sync/sync_tasks.go#L27-L66
Namespaceは一番先
Secret / ConfigMapよりDeploymentが後
など
#ArgoCD