Thanks - I've moved my comment there.
Hi, has anyone successfully deployed Phoenix using ArgoCD + Helm? For some reason the Phoenix deployment is configured with Helm hook annotations ("helm.sh/hook": pre-install,pre-upgrade - https://github.com/Arize-ai/phoenix/blob/main/helm/templates/phoenix/deployment.yaml#L13-L15), and this means that ArgoCD treat it as a PreSync hook and so will deploy this prior to any other resources, and it will fail to start because it doesn't yet have configmaps, and then it will be deleted anyway because it is a hook! (https://argo-cd.readthedocs.io/en/stable/user-guide/sync-waves/#hook-lifecycle-and-cleanup). I don't see why the deployment has these annotations at all, so should I just submit a PR to delete them?