This hook was causing an issue with the installation of the DevSpaces Operator. It was added in tandem with the argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true annotation, and it turns out that is the real key to having the entire app sync properly.
This hook was causing an issue with the installation of the DevSpaces Operator. It was added in tandem with the
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
annotation, and it turns out that is the real key to having the entire app sync properly.